Displaying 1 result from an estimated 1 matches for "acsinet12".
2010 Sep 20
1
Sendmail TLS verify=fail
...I have a small question with sendmail and tls verification.
The tls verify fails on our internal/external sendmail servers.
For example:
STARTTLS=server, relay=mx1.imt-systems.com [89.146.219.60], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256
STARTTLS=server, relay=acsinet12.imt-systems.com [89.146.219.42], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256
What's the problem?
The sendmail tls certificate should be okay on both servers.
Here is the output of the openssl starttls check:
Server 1
[root at mx1 ~]# openssl s_client -starttls...