[ANN] Apache Tomcat Connectors 1.2.37 released

2012-06-02 Thread Mladen Turk
The Apache Tomcat Project is proud to announce the release of version 1.2.37 of Apache Tomcat Connectors. This version fixes few bugs found in 1.2.36 release. Full details of these changes and new features, are available in the Apache Tomcat Connectors changelog: http://tomcat.apache.org/connecto

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 6, HP-UX, Tomcat Native 1.1.22. > > Rece

Re: getting frustrated with web sockets

2012-06-02 Thread Christian Finckler
Hello, I had the same problem some time ago. I could get jwesocket to work either. But I then used autobahn: http://autobahn.ws/developers/autobahnandroid/installation That worked great for me. I couldn't find out if the different client libraries do something wrong or tomcat but I was a bit d