in reply to Re^6: Net::SMTP::SSL ACK!!
in thread Net::SMTP::SSL ACK!!
Subtle goofs in indirect object syntax do not always produce parse errors in my experience. Sometimes the code will parse fine, but give incorrect behavior at runtime.
More broadly, all versions of SSL are deprecated due to known security holes and TLS is the standard replacement. The server may be correctly configured to no longer accept SSL connections at all. The only good reason to be using SSL these days is to talk to an old server that does not support TLS. Is there a particular reason you want this connection to use SSL?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Net::SMTP::SSL ACK!!
by noxxi (Pilgrim) on Jan 31, 2016 at 06:22 UTC | |
by jcb (Parson) on Feb 01, 2016 at 03:27 UTC | |
by Dandello (Monk) on Feb 01, 2016 at 22:35 UTC |