I have a web application and self-signed certificate. When I use Chrome/Firefox, 'https://localhost:443/mysite/' works fine. But in IE9 I can't access my site.
There is a button "Continue to this website (not recommended)" which does not work at all! What should I do, to test my site on https and IE9 simultaneously?
Thanks!
I've changed key algorithm from RSA to DSA and all start works fine. Thanks to all.