in reply to Net::SMTP and SSL timeout problem

Are you running the latest version of IO::Socket::SSL?

v2.082 changed the default setting for SSL and Net::SMTP uses IO::Socket::SSL

The latest version is v2.083

Replies are listed 'Best First'.
Re^2: Net::SMTP and SSL timeout problem
by vitoco (Hermit) on Jun 09, 2023 at 22:37 UTC

    Yes, I'm using the latest version. Might it be that I'm missing an SSL setting for that module?