Tuesday, July 9, 2013

wget with a certificate error (https://dl.dropboxusercontent.com)

I like to use wget when I get links in chat. I was getting a certificate error from dl.dropboxusercontent.com, which might just be from an old version of wget. The issue is solved with the --no-check-certificate flag.
wget --no-check-certificate https://dl.dropboxusercontent.com/u/XXXXXX

No comments:

Post a Comment