In our environment we have a setup where all internet traffic flows through zScaler which re-signs HTTPS traffic using its own certificates.
These certificates are deployed to all machines so that applications can work normally.
However, when using the Statsig SDK these certificates seem to be ignored and all network requests fail.
In #33 I've created an approach to specify additional CA certificates via the SSL_CERT_FILE and SSL_CERT_DIR environment variables which has allowed us to proceed with testing. This approach works but is far from ideal.
I've tried all the usual suspects when it comes to supplying additional CA certificates through environment variables but none worked, hence the work-around PR.
In our environment we have a setup where all internet traffic flows through zScaler which re-signs HTTPS traffic using its own certificates.
These certificates are deployed to all machines so that applications can work normally.
However, when using the Statsig SDK these certificates seem to be ignored and all network requests fail.
In #33 I've created an approach to specify additional CA certificates via the
SSL_CERT_FILEandSSL_CERT_DIRenvironment variables which has allowed us to proceed with testing. This approach works but is far from ideal.I've tried all the usual suspects when it comes to supplying additional CA certificates through environment variables but none worked, hence the work-around PR.