#43172: py-setuptools distfiles are not being mirrored ------------------------------+------------------------- Reporter: Peter_Dyballa@… | Owner: skarulkar@… Type: defect | Status: new Priority: Normal | Milestone: Component: server/hosting | Version: Resolution: | Keywords: Port: py-setuptools | ------------------------------+------------------------- Comment (by 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 }}} Your mileage may vary! -- Ticket URL: <https://trac.macports.org/ticket/43172#comment:8> MacPorts <http://www.macports.org/> Ports system for OS X