-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SNOW-1540431: Panic on OCSP failure with disabled OCSP cache #1180
Comments
hi and thank you for raising this issue with us ! will take a look |
also while we're looking; if this is a super urgent and breaking issue for you, you can try
|
the issue seems to be reproducible even on an environment where port 80 is open, just by simply applying the envvar you mentioned
instantly causes a panic when the driver tries to build the connection. we'll take a look and fix it. in the meantime, if you check alternatively, as recommended you can temporarily set thank you for drawing our attention to this problem! |
fixed with #1181 |
Awesome! Thanks for the quick work. I really appreciate it! |
released with gosnowflake v1.11.0 in July 2024 |
The system is running in such a high level of isolation that it's not trivial to get all the details. Stack trace is pointing to
gosnowflake/connection.go
Line 772 in 06ec38e
What version of GO driver are you using?
1.10
What operating system and processor architecture are you using?
Linux amd64
What version of GO are you using?
Whatever Terraform uses.
Server version:* E.g. 1.90.1
You may get the server version by running a query:
What did you do?
SF_OCSP_RESPONSE_CACHE_SERVER_ENABLED
to"false"
.What did you expect to see?
A regular error/failure.
No
The text was updated successfully, but these errors were encountered: