Help for this page

Select Code to Download


  1. or download this
     $ua = WWW::Mechanize->new(
          ssl_opts => {
    ...
              verify_hostname => 1,
          }
      );
    
  2. or download this
    <p>Maybe the following works:</p>
    <c>
    ...
              verify_hostname => 0,
          }
      );