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.
links Invalid certificate
Re: links Invalid certificate
links has th option :
-ssl.certificates 0
It should skip checking the certificate
-ssl.certificates 0
It should skip checking the certificate
Code: Select all
links.exe -ssl.certificates 0 https://sslsite.com