in reply to Re: How to get html code from a secure (https:\\) page?
in thread How to get html code from a secure (https:\\) page?

You also get an error if you visit the site with a browser: NET::ERR_CERT_COMMON_NAME_INVALID. This is because the certificate is issued for cc.sedoparking.com which is a domain parking service. Looking at the http instead of https URL you'll see that the site is actually for sale. This suggests that the resource you want to access is no longer available under this URL.
  • Comment on Re^2: How to get html code from a secure (https:\\) page?

Replies are listed 'Best First'.
Re^3: How to get html code from a secure (https:\\) page?
by karlgoethebier (Abbot) on Jan 22, 2018 at 17:50 UTC

    Mmh, as the OP wrote: "...check the broken links..."? If this is what he meant and i guessed...

    «The Crux of the Biscuit is the Apostrophe»

    perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help