Opened 6 years ago

Closed 6 years ago

#56392 closed defect (fixed)

s3cmd port fails with SSL error if curl-ca-bundle is not installed

Reported by: kode54 (Christopher Snowhill) Owned by: raimue (Rainer Müller)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port:

Description

The python27 package installed as a dependency of s3cmd does not pull in the curl-ca-bundle package, which results in s3cmd throwing these errors, because Amazon does not really tend to include their intermediaries or something else silly, and the python27 package depends on a certificate bundle, not the system keystore:

ERROR: SSL certificate verification failure: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)

Change History (1)

comment:1 Changed 6 years ago by raimue (Rainer Müller)

Owner: set to raimue
Resolution: fixed
Status: newclosed

In 3dce36d598d3a92c319b20dc1ad8c6996f17241d/macports-ports (master):

s3cmd: Add missing dependency on curl-ca-bundle

Closes: #56392

Note: See TracTickets for help on using tickets.