How to trust a certificate on searxng? #4281
-
Beta Was this translation helpful? Give feedback.
Answered by
vojkovic
Feb 5, 2025
Replies: 2 comments
-
|
Either whitelist your network from the DPI or add the firewall's certificate into the trust stores in the docker container as a volume. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
return42
-
|
Also, see Lines 200 to 203 in 4ab7984 Adding the certificate to the trust store might not work because SearXNG use certifi instead of the system trust store (see httpx documentation) "Might" because I have not dive into this for a long time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Either whitelist your network from the DPI or add the firewall's certificate into the trust stores in the docker container as a volume.