Hi Folks

Sourceforge redirects http requests to https right now. This is annoying
for users running the upgrade script, as it requires wget with ssl
support. The busybox wget applet is sufficient to handle this, but it
requires the openssl package to be installed.

SALT# /bin/busybox wget
http://sourceforge.net/p/leaf/packages/ci/master/tree/latest
Connecting to sourceforge.net (216.34.181.60:80)
Connecting to sourceforge.net (216.34.181.60:443)
latest               100%
|***************************************************| 19104   0:00:00 ETA
SALT# wget http://sourceforge.net/p/leaf/packages/ci/master/tree/latest
--2016-02-10 20:17:52--
http://sourceforge.net/p/leaf/packages/ci/master/tree/latest
Resolving sourceforge.net... 216.34.181.60
Connecting to sourceforge.net|216.34.181.60|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://sourceforge.net/p/leaf/packages/ci/master/tree/latest
[following]
https://sourceforge.net/p/leaf/packages/ci/master/tree/latest: HTTPS
support not compiled in.

If you install wget-ssl https support is compiled in but it will try to
verify the certificate used by sourceforge. This certificate is not
distributed right now.

To overcome problem, the best solution is to use the busybox applet,
which does not try to verify the certificate but still supports a https
connection. You need do install openssl as the busybox wget applet
requires it for https.

cheers

Erich


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Reply via email to