- or download this
$ wget http://python.org/download
--2015-06-19 13:18:26-- http://python.org/download
...
Length: 86849 (85K) [text/html]
Saving to: `download'
... (it worked)
- or download this
#!/usr/bin/perl
...
$ua->ssl_opts( verify_hostnames => 0 );
my $response = $ua->get('http://python.org/downloads');
$dumper->dumpValue($response);
- or download this
'_content' => 'Can\'t connect to python.org:443
...
'_protocol' => undef
'_uri' => URI::https=SCALAR(0x1a43c48)
-> 'https://python.org/download'
- or download this
export PERL_LWP_SSL_VERIFY_HOSTNAME=0 PERL_LWP_SSL_CA_PATH=/