Open autumn-cpt opened 3 years ago
We need to check to be sure the cert bundle called out in CERT_PATHS in PypiProvider.py is not a softlink. This will point to the wrong bundle, which will be ineffective.
update _backupAndSetup in the base class to handle softlinks and ensure and restore in SSLCertificateBundleConfig
SSLCertificateBundleConfig
We need to check to be sure the cert bundle called out in CERT_PATHS in PypiProvider.py is not a softlink. This will point to the wrong bundle, which will be ineffective.