Help for this page

Select Code to Download


  1. or download this
    use strict;
    use IO::Socket::SSL;
    ...
    $sock->close();
    
    warn "loop exited.\n";
    
  2. or download this
    DEBUG: .../IO/Socket/SSL.pm:1545: new ctx 36279520
    socket created: IO::Socket::SSL=GLOB(0x22775f4).
    ...
    
             connection closed.
    DEBUG: .../IO/Socket/SSL.pm:489: no socket yet
    
  3. or download this
    public class SslSocketClient {
        public static void main(String[] args) throws Exception {
    ...
            System.out.println("   Protocol = " + ss.getProtocol());      
    +  
        }
    }
    
  4. or download this
    keyStore is : 
    keyStore type is : jks
    ...
        at java.io.BufferedReader.readLine(BufferedReader.java:382)
        at SslSocketClient.main(SslSocketClient.java:19)