Re: Connecting to Tomcat APR Connector with TLSv1 fails with Java HttpsURLConnection

2012-06-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, On 6/2/12 7:05 AM, Martin Gainty wrote: > MG>SSL_PROTOCOL_ALL should have satisfied this requirement as seen > in the OR definition for supported protocols MG> /** Define the > SSL Protocol options*/ MG>public static final int > SSL_PROTO

RE: Connecting to Tomcat APR Connector with TLSv1 fails with Java HttpsURLConnection

2012-06-02 Thread Martin Gainty
MG>reply > From: michael.osi...@siemens.com > To: users@tomcat.apache.org > Date: Fri, 1 Jun 2012 14:54:47 +0200 > Subject: Connecting to Tomcat APR Connector with TLSv1 fails with Java > HttpsURLConnection > > Hi folks, > > I am on Tomcat 6.0.35, Java

Connecting to Tomcat APR Connector with TLSv1 fails with Java HttpsURLConnection

2012-06-01 Thread Osipov, Michael
Hi folks, I am on Tomcat 6.0.35, Java 6, HP-UX, Tomcat Native 1.1.22. Recenly, I had to switch my Http11AprProtocol connector to TLSv1 due to a security scans in our company. After that a CLI client with Java's HttpsURLConnection failed to connect to that server: Exception in thread "main" jav