Any doc on the socket factory config ?
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
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