Page 1 of 1

links Invalid certificate

Posted: Fri Apr 20, 2018 3:51 pm
by mister_v
Hello,

I'm using links (the command/program) in a script to get an url,
but got an error: Invalid certificate

I don't think the certificate of the site is bad,
Anyway I want the script to continue.

Re: links Invalid certificate

Posted: Fri Apr 20, 2018 3:58 pm
by Chris
links has th option :
-ssl.certificates 0

It should skip checking the certificate

Code: Select all

links.exe -ssl.certificates 0 https://sslsite.com