Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 268556 - default wget fetch command should ignore SSL warnings
Summary: default wget fetch command should ignore SSL warnings
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-04 04:59 UTC by Luke-Jr
Modified: 2010-01-11 01:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luke-Jr 2009-05-04 04:59:35 UTC
Since Portage does its own file digest verification, any SSL warnings should be ignored:

FETCHCOMMAND="/usr/bin/wget --no-check-certificate -t 5 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}""                                                                          RESUMECOMMAND="/usr/bin/wget --no-check-certificate -c -t 5 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}""
Comment 1 Zac Medico gentoo-dev 2009-05-09 00:19:54 UTC
This is fine most of the time, but not necessarily a good thing when a developer first downloads the distfiles to create the initial distfiles digests. Given this, is there a compelling reason to change the existing default?
Comment 2 Luke-Jr 2009-05-09 00:28:17 UTC
It is necessary because many legit sites aren't recognised by wget. In particular, Maemo Garage.
Comment 3 SpanKY gentoo-dev 2010-01-11 01:02:12 UTC
if it were "many legit sites" i imagine we'd see more complaints from people.  maemo garage works fine with my wget:
wget https://garage.maemo.org/frs/download.php/7151/vncviewer_0.6.4-fremantle2_armel.deb

in general, i dont like the idea of ignoring ssl cert issues