Hacker News new | ask | show | jobs
by mpitt 3447 days ago
> wget ... --no-check-certificate

Why? Oh why?

3 comments

https://github.com/git-sgmoore/OpenVPN_Ipsec_L2tp_server_on_...

But it's downloading stuff via HTTP, so certificate verification doesn't help that much.

I personally prefer to use curl whenever possible (don't blindly do curl | sh though) ;-)

https://daniel.haxx.se/docs/curl-vs-wget.html

Fixed, thank you.