Any doc on the socket factory config ?

2002-09-27 Thread Costin Manolache
I noticed the changes in the config for the socket factory, but can't find any doc. Can someone describe how to set up the 'fake trust factory' for ssl without certs ? -- Costin

untrusted SSL certs

2002-03-15 Thread Costin Manolache
Hi, Attached is a patch that adds a hook for creating a different "SocketFactory" for SSL. It is very hacky, but solves a very common problem - connecting with SSL with servers without a signed certificate. Many people have a lot of pain because of that, so it would be great if you could commi