Re: PATCH: Allow connection to unsigned SSL servers

2002-05-30 Thread Davanum Srinivas
Costin, Checked in with slight mods (externalize nls strings, reformatted the source). Please try it and let me know if i broke anything. Thanks, dims --- [EMAIL PROTECTED] wrote: > On Wed, 29 May 2002, Steve Loughran wrote: > > > Speaking of crufty, unmaintained code, Costin, what is up with

Re: PATCH: Allow connection to unsigned SSL servers

2002-05-29 Thread costinm
On Wed, 29 May 2002, Steve Loughran wrote: > Speaking of crufty, unmaintained code, Costin, what is up with the jasper > command line stuff right now? :-) I assume you want to precompile JSPs ? I would recommend using the ant tasks ( recently updated and fixed ). I hope the CLI will be removed

Re: PATCH: Allow connection to unsigned SSL servers

2002-05-29 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 29, 2002 2:48 PM Subject: PATCH: Allow connection to unsigned SSL servers > I already sent this few months ago, maybe now there's a chance someone > will at least -1

PATCH: Allow connection to unsigned SSL servers

2002-05-29 Thread costinm
I already sent this few months ago, maybe now there's a chance someone will at least -1 it. This creates a hook to allow a SSLSocketFactory that will connect with SSL servers ( tomcat, apache, etc ) without requiring a signed cert on the server. The current solution is either buy a signature,