links Invalid certificate

Post Reply
mister_v
Posts: 137
Joined: Sat Jun 20, 2009 5:42 pm

links Invalid certificate

Post 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.
Chris
Site Admin
Posts: 127
Joined: Mon Jul 21, 2008 9:45 am
Location: Leuven, Belgium
Contact:

Re: links Invalid certificate

Post 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
Post Reply