Friday, 15 May 2015

perl script for showing ssl certs -



perl script for showing ssl certs -

i view ssl certificate of 3rd party hosts using openssl, openssl s_client doesn't back upwards proxies (which have in environment).

i'm hoping can utilize perl doing equivalent of this:

openssl s_client -showcerts -connect www.domain.com:443

you should search around dump_peer_certificate() method net::ssleay module.

see http://www.perlmonks.org/?node_id=70620 , http://metacpan.org/pod/net::ssleay

perl ssl openssl

No comments:

Post a Comment