Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: How to use Perl SSL object in RPM Linux

by hippo (Bishop)
on Oct 09, 2018 at 08:08 UTC ( [id://1223712]=note: print w/replies, xml ) Need Help??


in reply to How to use Perl SSL object in RPM Linux

As specified in the documentation for IO::Socket::SSL:

my $socket = IO::Socket::SSL->new ( PeerAddr => 'some.server.com', PeerPort => 443, SSL_cipher_list => 'ECDH+AES128:ECDH+AESGCM:ECDH+AES256:DH+AES:DH+AE +SGCM:DH+AES256:RSA+AES:RSA+AESGCM:!aNULL:!RC4:!MD5:!DSS:!3DES:!SSLv3' +, # ... more options here );

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-04-19 01:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found