snowflake-jdbc
snowflake-jdbc copied to clipboard
externalbrowser vs HSTS
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 to https://localhost:12345?token=XXXX
instead of http://...
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
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.