http://qs321.pair.com?node_id=1083930

Gangabass has asked for the wisdom of the Perl Monks concerning the following question:

This code gives me the error message
Error GETing https://www.kmcgov.in/KMCPortal/jsp/KMCDeathRecordSearch.jsp: Can't connect to www.kmcgov.in:443
:
ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0; my $mech = WWW::Mechanize->new(); $mech->agent_alias("Windows IE 6"); $mech->ssl_opts( verify_hostnames => 0 ); $mech->get( "https://www.kmcgov.in/KMCPortal/jsp/KMCDeathRecordSearch. +jsp" );

What can I do to fix this issue? I have the latest versions of Net::SSLeay, Crypt::SSLeay, LWP, LWP::Protocol::https. Also I have installed Mozilla::CA, CACertOrg::CA