Help for this page

Select Code to Download


  1. or download this
    $SERVER = IO::Socket::SSL->new(  Proto     => 'tcp',
                                     LocalPort => $LISTEN_PORT,
    ...
    
                                     %ssl_opts,
                                  );
    
  2. or download this
    while(4)
      {
    ...
      rcd_log( "info: connection from $peerhost:$peerport to $sockhost:$so
    +ckport (me)" );
      
      # do the rest
    
  3. or download this
    SSL_session_cache_size
    
    ...
        A session cache object can be created using IO::Socket::SSL::Sessi
    +on_Cache->new( cachesize ).
    
        Use set_default_session_cache() to set a global cache object.
    
  4. or download this
    openssl s_client -reconnect -state -prexit -connect localhost:443 -cer
    +t testpkey.pem