Skip Menu |

This queue is for tickets about the POE-Component-SSLify CPAN distribution.

Report information
The Basics
Id: 42861
Status: resolved
Priority: 0/
Queue: POE-Component-SSLify

People
Owner: Nobody in particular
Requestors: APOCAL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



LotR finally reminded me to fix the global bug where you cannot load sslify and have a client connect to a server in the same script/process. Basically, we need to remove the global hashes and figure out how to make this work... -- ~Apocalypse
After some investigation, it seems to be a deeper Net::SSLeay issue... Either I need to figure out magic "nonblocking" sockets or delve into the BIO api, ack! -- ~Apocalypse
Subject: New version solves it
PoCo-SSLify v0.16 sets nonblocking mode by default and solves this problem :) -- ~Apocalypse