All Collections
FAQs
Snowflake OCSP warning
Snowflake OCSP warning
Jose Rego avatar
Written by Jose Rego
Updated over a week ago

If your project is connected to Snowflake, your server logs might show the following message:
โ€‹

WARNING!!! using fail-open to connect. Driver is connecting to an HTTPS endpoint without OCSP based Certificated Revocation checking as it could not obtain a valid OCSP Response to use from the CA OCSP responder. Details: AggregateError"

This is just a warning and should have no impact on the connection.
โ€‹
Quote from the snowflake-sdk team in a closed GitHub issue:

...
seems to be related how the OCSP local cache entries are only valid for a certain number of hours and after that period, they are considered expired.
...
Since the default behaviour of the driver is OCSP Fail-Open this is indeed just a warning in the logs and should not block the connection actually commencing.
Did this answer your question?