Re: APR connector does not work with SSL for Java 6 clients?

2013-08-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jesse, On 8/25/13 1:08 PM, Jesse Barnum wrote: > On Aug 25, 2013, at 9:58 AM, Michael-O <1983-01...@gmx.net> wrote: > >> 1. Did you configure mod_ssl and APR Connector the same way? > I'm not sure how to make sure that they are configured > identic

Re: APR connector does not work with SSL for Java 6 clients?

2013-08-25 Thread Jesse Barnum
On Aug 25, 2013, at 9:58 AM, Michael-O <1983-01...@gmx.net> wrote: > 1. Did you configure mod_ssl and APR Connector the same way? I'm not sure how to make sure that they are configured identically. The syntax in server.xml is not identical to the syntax in apache2.conf. For example, in Apache's

Re: APR connector does not work with SSL for Java 6 clients?

2013-08-25 Thread Michael-O
Am 2013-08-25 14:21, schrieb Jesse Barnum: How come Java 6 can connect to SSL running on Apache without this setting, but not to Tomcat running APR/SSL? On Aug 24, 2013, at 12:15 PM, Michael-O <1983-01...@gmx.net> wrote: I had this problem months ago too. APR Connector ist fine. The problem wi

Re: APR connector does not work with SSL for Java 6 clients?

2013-08-25 Thread Jesse Barnum
How come Java 6 can connect to SSL running on Apache without this setting, but not to Tomcat running APR/SSL? On Aug 24, 2013, at 12:15 PM, Michael-O <1983-01...@gmx.net> wrote: > I had this problem months ago too. APR Connector ist fine. The problem with > Java 6 is that the URLConnection -- J

Re: APR connector does not work with SSL for Java 6 clients?

2013-08-24 Thread Michael-O
Am 2013-08-24 18:10, schrieb Jesse Barnum: I am trying to use SSL with Tomcat and an APR connector. This is hosted on Ubuntu 13.04. I can make changes to the server, but not to the existing Java client. For some reason, whenever a Java 6 client connects to the Tomcat server using SSL, it is not

APR connector does not work with SSL for Java 6 clients?

2013-08-24 Thread Jesse Barnum
I am trying to use SSL with Tomcat and an APR connector. This is hosted on Ubuntu 13.04. I can make changes to the server, but not to the existing Java client. For some reason, whenever a Java 6 client connects to the Tomcat server using SSL, it is not able to connect - the connection is reset