Ticket #33370 (new defect)
wget should use curl-ca-bundle by default
| Reported by: | dave@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.0.3 |
| Keywords: | Cc: | ||
| Port: | wget |
Description
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%
Change History
comment:1 in reply to: ↑ description Changed 15 months ago by ryandesign@…
- Cc ryandesign@… added
comment:2 Changed 15 months ago by dave@…
I don't know what you would need to do; I'm not an expert in that area. But it's a bit perverse that curl works and wget doesn't.
And I don't know what else is broken. If there's a way to get an inventory of apps that need certs, I am suggesting you do that. Otherwise (obviously), don't.
Note: See
TracTickets for help on using
tickets.


Replying to dave@…:
How? What would we need to do?
What is "everything"?