in reply to Re^4: HTTPS connection with LWP and self-signed certificate ( openssl/ssldump )
in thread HTTPS connection with LWP and self-signed certificate

See IO::Socket::SSL. For example, the current version is at http://cpansearch.perl.org/src/SULLR/IO-Socket-SSL-2.008/util/. Likely, using Google would have also find such a file.

  • Comment on Re^5: HTTPS connection with LWP and self-signed certificate ( openssl/ssldump )

Replies are listed 'Best First'.
Re^6: HTTPS connection with LWP and self-signed certificate ( openssl/ssldump )
by Anonymous Monk on Jan 07, 2015 at 14:30 UTC

    I was looking for it on my system as I assumed I would have gotten it when installing libio-socket-ssl-perl via the package manager. Apparently the version in the repos did not have this script yet, which is why I couldn't find it.

    I tried running the script but it complains about a version mismatch so I'll try to install the latest IO::Socket::SSL via cpan after I get back from work and see if the analyze-ssl utility gives me some more information.

    I'll update the thread if I find something,

    Thanks to everyone who has been trying to help so far! I'm hopeful that I'll be able to solve this with your help

      > Apparently the version in the repos did not have this script yet, which is why I couldn't find it.
      This is not a script which gets installed. It gets only shipped with the distribution.