Original Chrome SSL Certificate Certificate

I am developing my application in visual studio and chrome. I need to run my app on https. So I am using a self signed certificate from visual studio.

Everything went fine until today. Today I am getting error :: ERR_INSECURE_RESPONSE for every link on my site (every js and css file).

I have no idea what is causing this. Opening the link in a separate window and accepting the certificate doesn't help either.

My chrome version: Version 44.0.2403.107 m

Please suggest something.

+3


source to share


1 answer


It seems to be a bug in Chrome 44.0.2403.107m that was only released a few days ago. Hopefully a fix is ​​on the way: https://code.google.com/p/chromium/issues/detail?id=513903



+1


source







All Articles