Crypt::SSLeay tries very hard to connect to any SSL web server accomodating servers that are buggy, old or simply not standards-compliant. To this effect, this module will try SSL connections in this order:Unfortunately, some servers seem not to handle a reconnect to SSL v3 after a failed connect of SSL v23 is tried, so you may set before using LWP or Net::SSL:SSL v23 - should allow v2 and v3 servers to pick their best type SSL v3 - best connection type SSL v2 - old connection typeto force a version 3 SSL connection first. At this time only a version 2 SSL connection will be tried after this, as the connection attempt order remains unchanged by this setting.$ENV{HTTPS_VERSION} = 3;
In reply to Re: SSL Version Mystery
by Anonymous Monk
in thread SSL Version Mystery
by RiscIt
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |