Help for this page

Select Code to Download


  1. or download this
      my $sslaccept = IO::Socket::SSL->start_SSL($acceptsock, 
           {SSL_startHandshake => 0,
    ...
            SSL_verify_depth => 1,
            SSL_verify_mode  => 0x03,
           });
    
  2. or download this
    #!/usr/bin/perl
    use IO::Socket::INET;
    ...
          }
        }
    }