D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
usr
/
share
/
doc
/
perl-IO-Socket-SSL
/
example
/
Filename :
lwp-with-verifycn.pl
back
Copy
use strict; use warnings; ## !!! make sure that Net::SSL never gets loaded, otherwise it will ## be used instead of IO::Socket::SSL from LWP use IO::Socket::SSL 'debug0'; use LWP::Simple; IO::Socket::SSL::set_ctx_defaults( SSL_verifycn_scheme => 'www', SSL_verify_mode => 1, SSL_ca_file => 'verisign.pem', # root CA of verisign ); print get( 'https://signin.ebay.com' );
Name
Size
Last Modified
Owner
Permissions
Actions
async_https_server.pl
4.617
KB
January 23 2018 6:38:07
root
0644
lwp-with-verifycn.pl
0.373
KB
April 10 2014 4:17:47
root
0644
simulate_proxy.pl
8.908
KB
January 23 2018 6:38:07
root
0644
ssl_client.pl
1.919
KB
January 23 2018 6:38:07
root
0644
ssl_mitm.pl
1.764
KB
January 23 2018 6:38:07
root
0644
ssl_server.pl
2.4
KB
January 23 2018 6:38:07
root
0644
2017 © D7net | D704T team