Re: [PATCH] SSLServerSocketFactory.java

2001-09-12 Thread Craig R. McClanahan
SSL on Tomcat 4. Thanks for the patches! Craig On Mon, 10 Sep 2001, Wolfgang Hoschek wrote: > Date: Mon, 10 Sep 2001 16:50:26 +0200 > From: Wolfgang Hoschek <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: [PATCH] SSLServerSocketFactory.ja

Re: [PATCH] SSLServerSocketFactory.java

2001-09-11 Thread Wolfgang Hoschek
Noticed that in the catalina.bat patch it should of course read REM instead of # (gotcha). Here the fixed patch. The other 2 patches are fine. Wolfgang. --- catalina.bat.orig Mon Aug 27 21:10:25 2001 +++ catalina.batTue Sep 11 10:45:13 2001 @@ -65,6 +65,11 @@ rem - Set Up The Run

Re: [PATCH] SSLServerSocketFactory.java

2001-09-10 Thread Christopher Cain
I don't have a problem with dynamically registering the SSL provider in SSLServerSocketFactory, as is done in the patch below. There was actually some existing code in there which did that, but it was commented out at some point. Does anyone know why? Unless anyone objects, I'll include the dynam

[PATCH] SSLServerSocketFactory.java

2001-09-10 Thread Wolfgang Hoschek
It itched me a lot that to enable SSL in TC4 a standard JDK has to be modified (copy JSSE libs into jdk/jre/lib/ext and add security.provider.3=com.sun.net.ssl.internal.ssl.Provider). This was not necessary in TC 3.2.x because of different class loading semantics. In our environment jdks cannot