#33370: wget should use curl-ca-bundle by default -------------------------------+-------------------------------------------- Reporter: dave@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: -------------------------------+-------------------------------------------- I think you're going to see this same issue applies in a lot of places. Now that it's been fixed for svn (see #19247), could we fix it for wget and everything else too? {{{ pluto:/tmp dave% wget https://raw.github.com/gist/1746342/702dfe9e2dd79fddd536aa90d561efdeec2ba716 --2012-02-27 08:14:17-- https://raw.github.com/gist/1746342/702dfe9e2dd79fddd536aa90d561efdeec2ba716 Resolving raw.github.com (raw.github.com)... 207.97.227.243 Connecting to raw.github.com (raw.github.com)|207.97.227.243|:443... connected. ERROR: The certificate of `raw.github.com' is not trusted. ERROR: The certificate of `raw.github.com' hasn't got a known issuer. pluto:/tmp dave% curl -O https://raw.github.com/gist/1746342/702dfe9e2dd79fddd536aa90d561efdeec2ba716 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 7341 100 7341 0 0 4875 0 0:00:01 0:00:01 --:--:-- 15821 pluto:/tmp dave% }}} -- Ticket URL: <https://trac.macports.org/ticket/33370> MacPorts <http://www.macports.org/> Ports system for Mac OS