Hello all,

I have Tomcat 6.0.16 running with TLS enabled (at least I thought so) and would have expected it to support both SSL and TLS connections. The curious thing is, that only SSL3 works - with SSL3 disabled in eg. FF3 no connection is possible.

The negotiated encryption (with SSL3 enabled in the browser) is AES-128. JVM is Sun's with version 1.6.0_07.

And here's the connector config:
<Connector port="443" protocol="org.apache.coyote.http11.Http11NioProtocol" SSLEnabled="true" maxThreads="150" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" URIEncoding="UTF-8" keystoreFile="somewhereelse/.keystore" keystorePass="unknowntoyou"/>

Any ideas why I can't get TLS1 in this setup?

Cheers
 Edmund


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

Reply via email to