I have a java based client (using java 1.6.30) that opens an SSL connection to my server deployed on Tomcat 7.0.26. Tomcat is using Java 6 and in the server.xml I configured the connector to use sslProtocol="TLS"
.
I wonder what is the SSL version being used? Is it TLS1.0? TLS1.1? Something else?