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


in reply to Trying to get SSL with client cert to work within POE environment

Looking through the code for POE::Component::SSLify and the underlying modules, I think you can use tied($handle)->{ssl} and tied($handle)->{ctx} to access the Net::SSLeay object and context respectively. From there, you can do whatever Net::SSLeay provides.