use system SSL cert store #34
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Delta Barth uses a custom self-signed HTTPS certificate which is installed in the cert store of their customers' machines. These trigger an SSL error by
requestsbecause they are checked with thecertifilibrary.pip-system-certs(https://pypi.org/project/pip-system-certs/) to use the system's cert storesee:
ccce2c703eFeedback on 27.06.25: Not yet working, but with using the
certifi.where()directory it is passing, which should only be possible if the library is already patched in the background.30.06.25: Prepared test system to use HTTPS for test purposes
added manual hook of
pip_system_certsbecause site manipulation is not triggered if the interpreter is initialised via its C-API like it is done in the C# wrapperFeedbach on 02.07.25: now working properly, both on test and production system