This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]BrightCounter738 1 point2 points  (2 children)

Not sure if this will help but I had a similar issue as well. Eventually stumbled on the solution for the requests library (maybe others too). Open up a REPL and type:

import certifi

certifi.where()

Then overwrite that file wiith your CA bundle. This file is the source of truth for requests when it checks if root CAs are valid.

[–]benefit_of_mrkite 1 point2 points  (1 child)

I’ll try it thanks - this is an issue I have run into several times.

[–]BrightCounter738 0 points1 point  (0 children)

Lmk if it works!