fediverse-devnet / feditest

A testing framework for distributed, heterogeneous systems communicating with complex protocols, such as the Fediverse
https://feditest.org/
MIT License
31 stars 6 forks source link

Python does not pick up the local root certificate #312

Open jernst opened 4 weeks ago

jernst commented 4 weeks ago

I'm writing it into there:

>>> certifi.where()
'/home/ubosdev/git/github.com/jernst/feditest/venv.linux.develop/lib/python3.11/site-packages/certifi/cacert.pem'

but somehow neither Mastodon.py, httpx or requests pick it up there. Need to figure out a way to debug this.

P.S. I thought this worked before.

jernst commented 3 weeks ago

Fixed by #317.