Skip to content

Proper way to make django-allauth aware of a private CA root certificate ? #3716

Closed Answered by pennersr
pandaem0nium asked this question in Q&A
Discussion options

You must be logged in to vote

There is nothing specific in allauth for this. Use one of the approaches sketched here:

https://levelup.gitconnected.com/using-custom-ca-in-python-here-is-the-how-to-for-k8s-implementations-c450451b6019

Note that all requests are made using this adapter method...

    get_requests_session():

...so you can override that to alter the requests session if needed.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@pandaem0nium
Comment options

Answer selected by pandaem0nium
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants