Running twingate connector behind corporate proxy with SSL Inspection on

'm trying to run the Twingate connector (Docker) behind a corporate proxy with SSL inspection enabled, meaning SSL termination happens at the proxy. Unfortunately, I’m currently facing SSL verification issues. Specifically, when attempting to access “https://xxxxxxxx.twingate.com/api/v1/public_keys,” I’m encountering the following errors: DNS error: 0 (No error), Socket error: 0 (Success), TLS error: 167772294 (certificate verification failed).

To address this issue I add an additional root CA certificate to the Twingate connector docker , I have already attempted adding it to /etc/ssl/certs/ca-certificates.crt without success. Please help with correct mechanism of installing root CA