Quantcast
Channel: map wget so that --no-check-certificate is automatically used - Super User
Browsing all 4 articles
Browse latest View live

Answer by bbaassssiiee for map wget so that --no-check-certificate is...

If you want to use Wget, then why not use its configuration file? Don't mess with bash configuration files instead, that's klunky.Wget has a configuration file, for one user typically:$HOME/.wgetrcA...

View Article



Answer by AFH for map wget so that --no-check-certificate is automatically used

You have got the right basic idea, but there are some changes to be made:-Put the options first, including --no-check-certificate, before any URLs.To avoid any possible recursion, replace wget in the...

View Article

Answer by GiantTree for map wget so that --no-check-certificate is...

Just use an alias.Aliases take precedence over built-ins and applications, so that you can overwrite applications.Simply add this line to your .bashrc, .bash_aliases or similar:alias wget='wget...

View Article

map wget so that --no-check-certificate is automatically used

I want to map wget so that --no-check-certificate is used automatically. Here is my best attempt so far:function wget() { wget @1 --no-check-certificate }This isn't working great. For starters, I need...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images