Cookie

Wget SSL error

Published by TheJoe on

Estimated reading time: < 1 minute

The wget error we are talking about today can happen for several reasons. It may be that wget does not support https downloads properly due to the security protocol options, or for certificate errors, or more.

Usually the wget command is used to download files from the internet through the terminal.

Solution

Most of the time you run into the error when wget doesn't support downloads via https. In this case you need to specify the protocol used by the server (most often TLSv1 or TLSv2).

With the following command we instruct wget on the protocol to use and solve the problem.

wget --secure-protocol=TLSv1 https://updatesfirma.aruba.it/downloads_ak/AK_LINUX_VERSION.zip
Look here:  Linux4one: project suspended indefinitely

TheJoe

I keep this blog as a hobby by 2009. I am passionate about graphic, technology, software Open Source. Among my articles will be easy to find music, and some personal thoughts, but I prefer the direct line of the blog mainly to technology. For more information contact me.

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.