Thank You both for your reply
Li Zhen & David Wang
I checked DNS (as I already have a split DNS) and made sure all the hostnames resolved to an internal IP and made sure that
'autodiscover had a CNAME set to the public name.
I then set all internal URL's to point to the public one.
Using the Exchange Management Console I went to
EMC > Server Configuration > Client Access > Outlook Web App Tab > OWA > Properties
And changed the internalURLS and repeated for the Exchange Control Panel, Exchange ActiveSync and Offline Address Book.
Opened IIS on the exchange server and clicked Application Pools
Right clicked on MSExchangeAutodiscoverAppPool and clicked Recycle.
Then for want of repeating the same tasks opened Exchange Management Shell and ran these
commands to make sure everything had the internal URL set to the public one.
Set-ClientAccessServer -Identity mail -AutodiscoverServiceInternalUri
https://mail.kilmore.vic.edu.au/autodiscover/autodiscover.xml
Set-WebServicesVirtualDirectory -Identity "mail\EWS (Default Web Site)" -InternalUrl
https://mail.kilmore.vic.edu.au/ews/exchange.asmx
Set-OABVirtualDirectory -Identity "mail\oab (Default Web Site)" -InternalUrl
https://mail.kilmore.vic.edu.au/oab
Set-ActiveSyncVirtualDirectory -Identity mail\Microsoft-Server-ActiveSync (Default Web Site)"
-InternalUrl
https://mail.kilmore.vic.edu.au/Microsoft-Server-ActiveSync
Set-OWAVirtualDirectory -Identity "mail\owa (Default Web Site)" -InternalUrl
https://mail.kilmore.vic.edu.au/owa
Set-ECPVirtualDirectory -Identity "mail\ecp (Default Web Site)" -InternalUrl
https://mail.kilmore.vic.edu.au/ecp
And Recycle the MSExchangeAutodiscoverAppPool again.
Restarted the client computer and outlook and NO Certificate Issue!
I did not change Outlook Anywhere as external outlook clients have had no issues.
Thanks for pointing me in the right direction.
-
Marked as answer by
TKIS Admin
4 hours 58 minutes ago