Help for this page

Select Code to Download


  1. or download this
     verify_hostname => 0,
     SSL_ca_file     => 'cert.crt',
    
  2. or download this
    ssl_opts => {
     verify_hostname => 0,
     SSL_ca_file     => 'cert.crt',
    }