We have a web server hosting several websites.
DNS is configured to point ..com to the web server. One of the sites acts a proxy and redirects https requests to a seperate SSRS server. We have a wildcard ssl certficate for *..com.
Recently the certificate expired and needed to be renewed. Since that happend the new certificate has been installed on the webserver. On the SSRS server the service url and management url have been configured so that the bindings now use the renewed certificate.
When requests are sent to the URL https://..com/Reports and https://..com/ReportServer then it works fine.
One of our users wants to be able to access the URL by the server name so they would be entering https:///ReportServer into the address bar. When they go via this address, they get a certificate error. I have tried creating a self signed certificate and binding that to 443 on the management URL using the SSRS management console. This didn't work and when they go to this URL they still get a certificate error. It appears to still be trying the certificate for *..com.
Can anyone advise on how I can go about getting it to respond on 443 to both the URLS below?
https://<reporting>.<ourdomain>.com/ReportServer
https://<servername>/ReportServer