Unsuccessful at getting https working with coldfusion 11 update 2
I have made the changes I found in the Coldfusion 11 - Web Sockets via SSL discussion and I am getting "The connection was interrupted" in firefox when I try and go to the coldfusion administrator. I have successfully gotten https working in a Apache Tomcat server without Coldfusion. Is there something I am missing. Here is my connector page from the server.xml file:
| <Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol" SSLEnabled="true" | |
| maxThreads="150" scheme="https" secure="true" | |
| clientAuth="false" sslProtocol="TLS" | |
| keystoreFile="C:\keystore.jks" | |
| keystorePass="MyPassword" | |
| keystoreType="JKS"/> |
