#43172: distfiles are not being mirrored ------------------------------+------------------------- Reporter: Peter_Dyballa@… | Owner: skarulkar@… Type: defect | Status: new Priority: High | Milestone: Component: server/hosting | Version: Resolution: | Keywords: Port: | ------------------------------+------------------------- Comment (by Peter_Dyballa@…): Replying to [comment:14 egall@…]:
Replying to [comment:8 nad@…]:
On 10.5 Leopard, it looks like MacPorts base uses the system `curl` to download packages. Its certificate bundle is in `/usr/share/curl` and was last updated in 2007. What worked for me was to replace it with a copy of the MacPorts one assuming you have the `curl` port installed:
{{{ sudo sh cd /usr/share/curl cp -p curl-ca-bundle.crt curl-ca-bundle-out-of-date-system-backup.crt cp -p /opt/local/share/curl/curl-ca-bundle.crt . exit }}}
For me this fixes all reported issues.
What keeps me wondering is why I have a superfluous MacPorts curl installation which does not get used … -- Ticket URL: <https://trac.macports.org/ticket/43172#comment:17> MacPorts <http://www.macports.org/> Ports system for OS X