mashta gidi
mashta gidi

Reputation: 857

Getting ERR_INSECURE_RESPONSE when trying to use IIS ssl

I am trying to implement my site with SSL. I used the IIS to create a self-signed certificate. But when calling the site using https I keep getting ERR_INSECURE_RESPONSE and never seem to reach the server. I use Chrome extension 'Advanced Rest client' to call the server. I have no clue to what to do, appreciate the help...

Upvotes: 1

Views: 1088

Answers (1)

chief7
chief7

Reputation: 14383

Recreate the self signed certificate using the following tutorial -

https://technet.microsoft.com/en-us/library/cc753127(v=ws.10).aspx

I've never seen this error specifically but suspect there is an issue with the certificate.

Upvotes: 1

Related Questions