I'm getting the following error when I connect Outlook users to the server via secure smtp/pop3:
The server you are connected to is using a security certificate that could not be verified.
The certificate's CN name does not match the passed value.
I've tried to resolve this with the following methods:
1) I went to
https://myserverIP.com:465/ and installed the certificate onto the computer.
2) I went to
https://myserverdomainname:465/ and installed the certificate onto the computer.
3) I copied the certificate file out of /home/e-smith/ssl.crt/MYSERVERDOMAINNAME.crt onto the individual machines and then installing into Windows.
These attempts did, indeed, install the certificate onto Windows. However, that did not fix the problem. Outlook still throws a hissy fit, requiring users to hit "YES" with every first connection by Outlook.
This is obviously not desired. What can I do, beyond purchasing a certificate or dropping down to unsecured smtp/pop3?
Thanks in advance.