I am using a self signed certificate for the development of an Open Layers 3 implementation.
OL3 is reading layers from a Geoserver using https://localhost:8443, and the website is being hosted at https://localhost:444. I am using Apache and Tomcat 7 for this.
This all works fine in Firefox. Though I get the initial warning about the certificate. But accepting the risk it then connects via https with no problem, and all of the content is delivered correctly.
In Chrome and IE however I am getting the following error in the console and the site isn't receiving content from the Geoserver:
https://localhost:8443/geoserver/
Failed to load resource: net::ERR_INSECURE_RESPONSE
This is associated with port 8443 which is what Tomcat is using to deliver Open Layers 3 content.