Kenneth Sun
Kenneth Sun
> Haha this is a common ask. I can propose two approaches, one is to use a templater script to write to the file and use DV's API to generate...
My mistake on the templater - I confused dynamic and execution commands.
As an alternative to what @KizzyCode said and @theobjectivedad said about setting the `REQUESTS_CA_BUNDLE` env + mounting the host store, you can also add the following commands in the Dockerfile...
What does your compose file look like?
Is `/usr/local/share/ca-certificates/roocat.crt` the complete CA used by your system. If it's just your custom root CA, then you are not giving python any of the usual certs usually present in...
- Can you manually check that `/etcssl/certs/ca-certificates.crt` contains the cert in rootca.crt? - How did you obtain `rootca.crt`? - Do you can SSL error only when you click login with...
> ### Quick Fix for NLTK Module LookupError > #### Solution > To resolve this, download the required resource using one of the following methods: > > #### **Option 1:...
Were you able to resolve this? I have the same issue. Also tried adding `REQUESTS_CA_BUNDLE`