in reply to Re^2: Pop3client.pm win vs. linux
in thread Pop3client.pm win vs. linux

The following will create a man in the middle attack vector, but perhaps it's worth a try to see if it helps. Add the following line to your socket initialization call (new()):

SSL_verify_mode => SSL_VERIFY_NONE

Replies are listed 'Best First'.
Re^4: Pop3client.pm win vs. linux
by Anonymous Monk on Apr 03, 2017 at 16:32 UTC
    It didn't help in fact I put FARK => 666 in there and it didn't error out. Still the connect error. Debug didn't help either. I tested connectivity with openssl
    openssl s_client -quiet -connect foo.bar:995 C = O = OU = CN = +OK POP3 service ready
    I cant load mutt on this box either. Thanks