Jaya,

On 20.12.2013 16:52, jaya ravindran wrote:
That means server can do TLSv1. Then why can't it connect with TLS protocol on 
browsers.

You may want to add -Djavax.net.debug=all to CATALINA_OPTS to debug handshake on server side. Compare OpenSSL handshake to Firefox handshake.

Also, there are some issues with your connector config:

1. If clientAuth is set to false, you don't need truststoreFile and truststorePass.

2. If you configure connector to serve HTTPS, you don't need redirectPort.

3. maxSpareThreads is nonexistant attribute.

-Ognjen

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

Reply via email to