Disable Autodiscover Certificate error

When using a standard SSL certificate for Webmail and not using a UC certificate you are likely to get SSL “mismatch” errors.

This is how you can fix that :

Set-WebServicesVirtualDirectory -Identity “EWS*” -ExternalUrl “Https://<external webmail address>/EWS/Exchange.asmx” -InternalUrl “Https://<external webmail address>/EWS/Exchange.asmx”

Set-ClientAccessServer -Identity <CASservername> -AutoDiscoverServiceInternalUri https://<<external webmail address>

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.