http://www.perlmonks.org?node_id=995825


in reply to HTTP::Daemon::SSL and threads

caveat: I haven't actually used this module

Did you read the cpan documentation for Net::SSLeay? It has a section on how to use it in a multi-threaded environment. It should probably work if you follow those instructions, unless you're also using another module that independently initializes openssl.

fnord