in reply to Re^2: Bi-directional TLS with LWP
in thread Bi-directional TLS with LWP
There's no need in
LWP should use them automatically. Also $ENV{HTTPS_VERSION} = 3 should allow only SSLv3, try $ENV{HTTPS_VERSION} = 23 if you want TLS.# For TLS connection use LWP::Protocol::https; use Crypt::SSLeay;
|
|---|