Subject: | Net::SMTP |
IO-Socket-SSL-1.79-81 in this commit: https://github.com/noxxi/p5-io
-socket-ssl/commit/e3888257eda 1ad9ba69a2334c2a415576876c6b8 now
requires that the SSL_verify_mode is explicitly set to SSL_VERIFY_NONE,
rather than default to that value.
*******************************************************************
Using the default of SSL_verify_mode of SSL_VERIFY_NONE for client
is depreciated! Please set SSL_verify_mode to SSL_VERIFY_PEER
together with SSL_ca_file|SSL_ca_path for verification.
If you really don't want to verify the certificate and keep the
connection open to Man-In-The-Middle attacks please set
SSL_verify_mode explicitly to SSL_VERIFY_NONE in your application.
*******************************************************************
Seems that Net::SMTP has a hard-coded list of permitted options, and the
SSL_* options are not included.