in reply to Problem sending Gmail from Widows 10
global error: SSL Version SSLv2 not supported
Most likely, your version of IO::Socket::SSL does not support SSLv2. This should be OK according to IO::Socket::SSL because SSLv2 and SSLv3 have serious security issues and should not be used anymore.
Maybe you can pass the appropriate SSL_version configuration to Email::Send::SMTP::Gmail or set it somewhere where IO::Socket::SSL can pick it up? I'm not really sure why Google would only want to talk SSLv2 with you(r program), so maybe you can investigate why such an insecure encryption layer would be used...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem sending Gmail from Widows 10
by haprst (Initiate) on Nov 14, 2015 at 16:40 UTC | |
by afoken (Chancellor) on Nov 14, 2015 at 18:29 UTC |