Configure or skip OCSP check when applying through a SSL inspection device #1451
Unanswered
Daniel-Giron
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to use the provider for the first time. We have a SSL inspection firewall configured in our network. This means that we add the organizational CA to the Windows Trust store for some uses, to the cacerts file for java, and to Linux ca-certificates for some other uses.
Other Terraform providers that I've used (mostly aws) work successfully with this setup.
However, when using the Snowflake provider, I'm running into the error text Post: [long URL] : failed to find root CA.
The source of the error appears to be from here: https://github.com/snowflakedb/gosnowflake/blob/master/ocsp.go in function "verifyPeerCertificate".
Can someone here suggest either how to skip OCSP check, or configure it to work correctly in this case?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions