9 ms·
> wget ... --no-check-certificate Why? Oh why?
by mpitt 10y ago
> wget ... --no-check-certificate
Why? Oh why?
- git-sgmoore 10y agoFixed, thank you.
- jwilk 10y agohttps://github.com/git-sgmoore/OpenVPN_Ipsec_L2tp_server_on_Digital_Ocean/commit/b1a3602cdafd0021550d68f91147d08092e603ac 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.
- terrywang 10y agoI personally prefer to use curl whenever possible (don't blindly do curl | sh though) ;-) https://daniel.haxx.se/docs/curl-vs-wget.html https://daniel.haxx.se/docs/curl-vs-wget.html