Quantcast
Channel: Adobe Community : Popular Discussions - ColdFusion
Viewing all articles
Browse latest Browse all 14291

Unsuccessful at getting https working with coldfusion 11 update 2

$
0
0

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"/>

Viewing all articles
Browse latest Browse all 14291

Trending Articles