Views:

You've imported and installed your certificate.  After installing Management Reporter and selecting the Enable HTTPS option, you get an error during the configuration of the MR services that resembles the following:
An error occurred while making the HTTP request to https://contoso.mrserver:4713/ConnectorConfiguration.svc.  This could be due to the fact that the server certificate is not configured properly with HTTP.SYS in the HTTPS case.  This could also be caused by a mismatch of the security binding between the client and the server.

This is likely caused by a previous (failed/expired) certificate that is bound to port 4713.  

To resolve this issue:

-Open an Administrator command prompt and type the following command:
 netsh http show ssl
-The results will show the SSL Certificate Bindings that resemble the below:
 

 

-Using the address in the Host Name, modify the server name to be the FQDN of the MR server and use the following commands to delete the certificates:
netsh http delete sslcert hostnameport=<FQDN OF MR SERVER>:4713

-Run this command again:
 netsh http show ssl

-You should no longer see the records for hostname 4713.

-Import your certificate again, and then configure MR using the certificate.