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 -- JSSE -- sends a SSLv2Hello and this 
> breaks everything. I have restricted this for Java 6 clients at work. Java 7 
> does not suffer from this because this is disabled by default.

Reply via email to