in reply to Re^3: LWP UserAgent - Sending Client Certificate connect to remote host
in thread LWP UserAgent - Sending Client Certificate connect to remote host

Try my $ua = LWP::UserAgent->new( ssl_opts => { verify_hostname => 0, SSL_ca_file => 'ops-cert-O.crt', } );
  • Comment on Re^4: LWP UserAgent - Sending Client Certificate connect to remote host