|
IO::Socket::SSL is not thread safe.
From the IO::Socket::SSL manpage:
| IO::Socket::SSL is not threadsafe. This is because IO::Socket::SSL is based on Net::SSLeay
| which uses a global object to access some of the API of openssl and is therefore not
| threadsafe.
|