My account SSL certificates are not working on these services anymore. The server recently upgraded to version 74 but I'm not sure if one has anything to do with the other.
When I connect using a mail client or with an openssl s_client test, only the server hostname certificate is presented. This is causing my mail clients to claim the connection is not secure because the cert name doesn't match.
How can I troubleshoot the Domain TLS system? I don't see any documentation about it other than what it does.
The actual domain is mail.schickerautomotive.com and the SSL Status page is good for that name using an AutoSSL cert.
My iPhone gives an error connecting to an E-mail account and I verified with this test.
openssl s_client -servername mail.schickerautomotive.com -connect mail.schickerautomotive.com:143 -starttls imap
The cert presented is for the hostname of the server, not the address entered in the test.
Same result for this connection test too.
openssl s_client -servername mail.schickerautomotive.com -connect mail.schickerautomotive.com:110 -starttls pop3
The SMTP certificate presented is the correct cert when I use smtp and port 25 in the command above. So that is working.
Any ideas?
Thanks,
Chuck
When I connect using a mail client or with an openssl s_client test, only the server hostname certificate is presented. This is causing my mail clients to claim the connection is not secure because the cert name doesn't match.
How can I troubleshoot the Domain TLS system? I don't see any documentation about it other than what it does.
The actual domain is mail.schickerautomotive.com and the SSL Status page is good for that name using an AutoSSL cert.
My iPhone gives an error connecting to an E-mail account and I verified with this test.
openssl s_client -servername mail.schickerautomotive.com -connect mail.schickerautomotive.com:143 -starttls imap
The cert presented is for the hostname of the server, not the address entered in the test.
Same result for this connection test too.
openssl s_client -servername mail.schickerautomotive.com -connect mail.schickerautomotive.com:110 -starttls pop3
The SMTP certificate presented is the correct cert when I use smtp and port 25 in the command above. So that is working.
Any ideas?
Thanks,
Chuck