This is using MS Exchange Server 2016. This exchange server is hosting few email domains, such as, abc.com, def.com, and ghi.com. A user has her ms outlook setup with shirley@abc.com, shirleym@def.com, and shirley.mun@ghi.com was greeted with the following cert warning,
Note: the autodiscover is autodiscover.def.com
We pressed the "view Certificate...", both the CA and exchange certs are valid, not exclamation mark. As for the "mx" and "autodiscover" hosts, all these already listed in the certificate.
In MS outlook, we found that when highlighting "shirleym@def.com", a "disconnect from exchange" was found on the task bar. Other 2 is without problem.
What is missing from the settings? and how to solve the problem?
Thanks,
# echo QUIT | openssl s_client -connect davidfavor.com:443 2>&1 | openssl x509 -noout -text | egrep -e DNS: -e "Not After"
Not After : Dec 18 20:06:44 2021 GMT
DNS:*.davidfavor.com, DNS:davidfavor.com
# This is correct, although best avoid CloudFlare at all costs, if stable tech is your goal...
net15 # echo QUIT | openssl s_client -connect def.com:443 2>&1 | openssl x509 -noout -text | egrep -e DNS: -e "Not After"
Not After : Nov 15 23:59:59 2022 GMT
DNS:sni.cloudflaressl.com, DNS:*.def.com, DNS:def.com
# This is incorrect, so no lookup for the autodiscover host will ever work...
net15 # echo QUIT | openssl s_client -connect autodiscover.def.com:443 2>&1 | openssl x509 -noout -text | egrep -e DNS: -e "Not After"
unable to load certificate
140332014576960:error:0909006C:PEM routines:get_name:no start line:../crypto/pem/pem_lib.c:745:Expecting: TRUSTED CERTIFICATE
Note that the name Autodiscover is only used for configuration, Another name has been configured in Exchange to access the data.
Have you configured a CNAME for Autodiscover in all domains (abc.com, def,com, ghi.com and Proseware.com) defined in the local DNS ?