Optware / Optware-ng

279 stars 52 forks source link

wget: HTTPS support not compiled in. #231

Closed Lalarian closed 6 years ago

Lalarian commented 6 years ago

Hello!

Is ist by intention, that wget doesn't have HTTPS support?

For example try: wget https://github.com/pyload/pyload/archive/master.zip

And you'll get:

https://github.com/pyload/pyload/archive/master.zip: HTTPS support not compiled in.

I mean it's rather useless like this..

alllexx88 commented 6 years ago

Hi,

Yes, it is by intention. There're two conflicting packages for wget: wget (wihout HTTPS support) and wget-ssl (with HTTPS support). So it's not an issue actually 😃 Just remove wget and install wget-ssl:

Lalarian commented 6 years ago

Ah ok, thank you! :)