wget running in a Synology NAS not downloading. Error message: HTTPS support not compiled in.

After you installed ipkg maybe you found that wget is not downloading files through https

DiskStation> wget http://dl.dropbox.com/u/3001640/webman.pyload.tar.gz
–2014-10-11 14:26:09– http://dl.dropbox.com/u/3001640/webman.pyload.tar.gz
Resolving dl.dropbox.com… 50.17.213.189
Connecting to dl.dropbox.com|50.17.213.189|:80… connected.
HTTP request sent, awaiting response… 302 FOUND
Location: http://dl.dropboxusercontent.com/u/3001640/webman.pyload.tar.gz [following]
–2014-10-11 14:26:09– http://dl.dropboxusercontent.com/u/3001640/webman.pyload.tar.gz
Resolving dl.dropboxusercontent.com… 23.23.237.190, 23.23.121.189, 54.243.96.35, …
Connecting to dl.dropboxusercontent.com|23.23.237.190|:80… connected.
HTTP request sent, awaiting response… 302 FOUND
Cookie coming from dropbox.com attempted to set domain to dropbox.com
Cookie coming from dropbox.com attempted to set domain to dropbox.com
Location: https://dl.dropboxusercontent.com/u/3001640/webman.pyload.tar.gz [following]
https://dl.dropboxusercontent.com/u/3001640/webman.pyload.tar.gz: HTTPS support not compiled in.

To solve this problem, install the package wget-ssl. This version has support for HTTPS

DiskStation> ipkg install wget-ssl
Installing wget-ssl (1.12-2) to root…
Nothing to be done
An error ocurred, return value: 1.
Collected errors:
ERROR: The following packages conflict with wget-ssl:
wget

If you still have the wget version installed from Optware, first remove it

DiskStation> ipkg remove wget
Removing package wget from root…
Successfully terminated.

Then try to install again

DiskStation> ipkg install wget-ssl
Installing wget-ssl (1.12-2) to root…
Downloading http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/wget-ssl_1.12-2_arm.ipk
Installing libidn (1.25-1) to root…
Downloading http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/libidn_1.25-1_arm.ipk
Configuring libidn
Configuring wget-ssl
Successfully terminated.