-
Notifications
You must be signed in to change notification settings - Fork 171
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-1859667 externalbrowser vs HSTS #1110
Comments
To clean up and re-prioritize more pressing bugs and feature requests we are closing all issues older than 6 months as of March 1, 2023. If there are any issues or feature requests that you would like us to address, please create them according to the new templates we have created. For urgent issues, opening a support case with this link Snowflake Community is the fastest way to get a response. |
Please reopen the issue. It has nothing to do with your templates, versions and OSes. This is the general problem of interaction with browser |
Ok. We reopen the issue. We will take a look. |
hi - first of all ,big apologies this wasn't still addressed ! planning to change that now :) can you please re-test with the recent JDBC driver versions, and if that still reproduce the issue, provide us with a minimal reproduction setup which when executed, leads to the erroneous behaviour you're experiencing? Thank you in advance and again, apologies for the delay. |
per information i got from one of my colleagues, this should be fixed in Firefox already and is also fixed in Chrome 132 (https://issues.chromium.org/issues/41251622) marking this issue as closed. |
There were several reports about broken redirection with token from browser, looks like we've managed to find the answer HSTS
localhost
is added to HTST by something running on localhost. After that redirections go tohttps://localhost:12345?token=XXXX
instead ofhttp://...
but driver listens on plain socket, receiving ssl as garbage and fails to extract token.Redirecting by IP may be a solution as HSTS is not applied here.
See original issue here
https://youtrack.jetbrains.com/issue/DBE-15947
The text was updated successfully, but these errors were encountered: