Unable to connect to a resource with a self signed certificate

I have added the CA to the docker.env file according to the docs


But it still errors out.

I bashed into the api container and see that the volume is mounted and the cert is there. There is no db-connector section on the yaml file ( not sure if this was deprecated or something ). If I curl from that bash prompt, it is giving me this message:

How do I get the Retool to use my self-signed CA?
Adding that CA to the resource settings doesn't work either.

I also tried using the --cacert option with curl to specify the root cert, but get the same error. I have added this same certificate to my windows machine and can access https just fine.

I also face this erroe. Anyone help me.