Skip to content

Proper way to add custom root CA certificates ? #6263

Closed Locked Answered by pandaem0nium
pandaem0nium asked this question in Support
Discussion options

You must be logged in to vote

The django-allauth maintainer pointed me in the right direction #3716.

The key was to add the REQUESTS_CA_BUNDLE to my docker-compose.yml.

services:
  paperless:
    [...]
    environment:
      [...]
      REQUESTS_CA_BUNDLE:  /path/to/ca_cert.crt

There may be side effects, as mentionned in the link he gave me.

Replies: 3 comments 2 replies

Comment options

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

Comment options

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

Answer selected by pandaem0nium
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants