http://www.perlmonks.org?node_id=993252


in reply to Re: LWP Can't POST to HTTPS
in thread LWP Can't POST to HTTPS

OpenSSL> s_client -connect xxxx.ucf.edu:443 Loading 'screen' into random state - done CONNECTED(000000C0) write:errno=10053 --- no peer certificate available --- No client certificate CA names sent --- SSL handshake has read 0 bytes and written 321 bytes --- New, (NONE), Cipher is (NONE) Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE --- error in s_client OpenSSL> s_client -connect xxxx.ucf.edu:443 Loading 'screen' into random state - done CONNECTED(00000080) write:errno=10054 --- no peer certificate available --- No client certificate CA names sent --- SSL handshake has read 0 bytes and written 321 bytes --- New, (NONE), Cipher is (NONE) Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE --- error in s_client
I'm guessing that means I have to provide certs? Looking at brian d foy's blog, something along the lines of
$ua->ssl_opts( SSL_ca_file => '/path/to/root.crt' );
or
 $ua->ssl_opts( SSL_ca_file => Mozilla::CA::SSL_ca_file() );
?

Cheers,

Brent

-- Yeah, I'm a Delt.