Hello in anticipation of https://fedoraproject.org/wiki/Changes/dropingOfCertPemFile fedora change proposal, which is taking effect during the fedora rawhide mass rebuild (starting 23th of July), we would like you to add `/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem` to the following list in the source code as the other items will not be present on the system. ``` pycurl-7.45.6/src/module.c:298: "/etc/ssl/certs/ca-certificates.crt", pycurl-7.45.6/src/module.c:299: "/etc/pki/tls/certs/ca-bundle.crt", pycurl-7.45.6/src/module.c:300: "/usr/share/ssl/certs/ca-bundle.crt", pycurl-7.45.6/src/module.c:302: "/etc/ssl/cert.pem", ```
I've submitted PR at https://src.fedoraproject.org/rpms/python-pycurl/pull-request/13
Note, this change is not necessary. The hard-coded list of CA bundle paths is only used if PYCURL_AUTODETECT_CA is defined, and as far as I can see, Fedora doesn't define this compile option (nor should it). This compile option is used mainly for building cross-distribution wheels. See: https://src.fedoraproject.org/rpms/python-pycurl/pull-request/13