Search before creating an issue
Bug Description
The code currently in BundleDeliveryClient unsets X509_CERT_DIR just to define it immediately again.
This seems to be an error or at least an incomplete cleanup in this commit:
dbd11ff#diff-4b559d033eb04c28a1bb49dc75edf5fe8f2ac4ed7ffbcc5bfe8269b8389170d0L152
In the original commit, the variable was unset, then the CAs were synced, then the variable was set again:
b148701
Steps to Reproduce
No response
Expected Behavior
No response
Actual Behavior
No response
Environment
No response
Relevant Log Output
Additional Context
No response
Search before creating an issue
Bug Description
The code currently in BundleDeliveryClient unsets
X509_CERT_DIRjust to define it immediately again.This seems to be an error or at least an incomplete cleanup in this commit:
dbd11ff#diff-4b559d033eb04c28a1bb49dc75edf5fe8f2ac4ed7ffbcc5bfe8269b8389170d0L152
In the original commit, the variable was unset, then the CAs were synced, then the variable was set again:
b148701
Steps to Reproduce
No response
Expected Behavior
No response
Actual Behavior
No response
Environment
No response
Relevant Log Output
Additional Context
No response