SSL Certificate Error - Mismatched Address
We are using a custom/vanity domain name in Remote Web Access (e.g. *remote.OurCustomDomain.com*), and we are receiving the “***SSL Certificate Error – Mismatched Address***” error shown in the attached screenshot whenever we attempt to use the add-in through our server’s built-in Remote Web Access website. Can this be fixed?
- Mike asked 7 years ago
- You must log in to post comments.
Please take a look in the following Registry key over on your server:
**HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Server\Domain Manager\ActiveConfiguration**
If the “*ManualModeEnabled*” value is set to “*False*”, then go ahead and make sure that a “*DomainName*” (string) value exists, and that it is set to your domain name EXACTLY as it is specified on your SSL certificate (e.g. “remote.xxxx.com”) (and not: missing, empty, or set to some other incorrect value such as just “xxxx.com”).
Otherwise, if the “*ManualModeEnabled*” value is set to “*True*”, then look in the following Registry key on your server:
**HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Server\Domain Manager\Settings**
And make sure that a “*DomainNameInManualMode*” (string) value exists, and that it is set to your domain name EXACTLY as it is specified on your SSL certificate (e.g. “remote.xxxx.com”) (and not: missing, empty, or set to some other incorrect value such as just “xxxx.com”).
- Mike answered 7 years ago
- last edited 7 years ago
- You must log in to post comments.