in reply to Re: GET, POST, and openssl 1.0.1
in thread GET, POST, and openssl 1.0.1

I was under the impression IO::Socket::SSL would negotiate with the server on a SSL version

Replies are listed 'Best First'.
Re^3: GET, POST, and openssl 1.0.1
by tobyink (Canon) on Jun 23, 2012 at 10:27 UTC
    Usually, yes. But it's occasionally necessary to force a specific version to workaround broken servers.
    perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'