Setting the $Net::HTTPS::SSL_SOCKET_CLASS to 'Net::SSL' helped. Both POP3Client and Mechanize are working as expected now.
Included the below code in the beginning of the script.
use Net::SSL (); $Net::HTTPS::SSL_SOCKET_CLASS = "Net::SSL";
Thank you for the help!
Madhu
In reply to Re^2: IO::Socket::SSL incompatibility with WWW::Mechanize
by Madhuk
in thread IO::Socket::SSL incompatibility with WWW::Mechanize
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |