Subject: | SSL support for SocketFactory |
SocketFactory is an ideal place to add SSL socket negotiation and setup.
However, the traditional way to do this is through Net::SSLeay.
Moderate success has been achieved with Net::SSLeay::Handle as well (see
POE::Component::Client::HTTP).
Previous attempts at integrating Net::SSLeay with the SocketFactory
class have uncovered a nasty little surprise. Namely, Net::SSLeay tends
to die at slight offenses. This makes it difficult to use in our case.
Perhaps someone can come up with an alternative to this. Until then,
this task remains a reminder of past attempts.