Re: Does APR/tomcat-native support TLS 1.2?

2014-09-02 Thread Sanaullah
I face the same issue with tomcat 7.0.47. you can find the details below, how i apply the patches and things get worked. By default there is no support for TLSv1.1 or TLSv1.2 in Tomcat 7.0.47. you have to apply these two patches in order to run TLSv1.1 and tlsv1.2 https://issues.apache.org/bugzill

Does APR/tomcat-native support TLS 1.2?

2014-09-02 Thread Amos Anderson
Hello Tomcat Users -- I posted this question elsewhere yesterday and then realized I should have sent it to this mailing list. I'm trying to configure tomcat7 to support TLS 1.2 (which was released 6 years ago). I can get TLS 1.0 to work, but NIST [says][1] that I "shall not" use TLS 1.0. I k