Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: OpenSSL vs IO::Socket::SSL

by mniew (Initiate)
on Dec 17, 2010 at 22:07 UTC ( [id://877700]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $client = new IO::Socket::SSL(
              PeerAddr        => "srs.neulevel.biz",
    ...
              SSL_key_file => "my-cert.key",
              SSL_cert_file => "my-chain.pem",
    );
    
  2. or download this
    keytool -printcert my-chain.pem | grep -E '^(Owner|Issuer)'
    # you should see output like
    ...
    
    Owner=Some Cert authority Root
    Issuer=Some Cert authority Root
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://877700]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-23 06:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found