http://www.perlmonks.org?node_id=560060


in reply to segmentation fault

In view of the earlier suggestions, I expect that your UserAgent will be working soon. If not, my first attempt when troubleshooting https connections is to check if the server is properly configured:

$ openssl s_client -connect localhost:443 -state -debug GET / HTTP/1.0