try to change protocol attribute to
org.apache.coyote.http11.Http11NioProtocol or
org.apache.coyote.http11.Http11Protocol , it helped in my case


Roy Nabel wrote:
> 
> With jdk1.6.0 and tomcat 6.0.10 ssl works great on windows 7 or windows
> 2008 R1 .
> Server.xml ssl fragment
>     <Connector port="443"
>               protocol="HTTP/1.1"
>                SSLEnabled="true"
>                maxThreads="150"
>                scheme="https"
>                secure="true"
>                clientAuth="false"
>                keystoreFile="C:\jdk1.6.0\bin\ domain_name.keystore"
>                SSLCertificateKeyFile="C:\jdk1.6.0\bin\
> domain_name.keystore"
>                SSLCertificateFile="C:\jdk1.6.0\bin\domain_name.crt"
>                SSLCertificateChainFile="C:\jdk1.6.0\bin\ComodoEVSGCCA.crt"
>                keystorePass="*******"
>                sslProtocol="TLS" />
> When you replace tomcat 6.0.10 with tomcat 6.0.24 tomcat does not produce
> logs or connect.
> Any suggestions? Is there some new setting or procedure with 6.0.24?
> Thanks,
> Roy
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/tomcat-6.0.24-ssl-with-windows-7-tp27649970p27653573.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to