snowflake-jdbc icon indicating copy to clipboard operation
snowflake-jdbc copied to clipboard

externalbrowser vs HSTS

Open kassak opened this issue 2 years ago • 3 comments

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

kassak avatar Jul 29 '22 06:07 kassak

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.

sfc-gh-igarish avatar Mar 15 '23 04:03 sfc-gh-igarish

Please reopen the issue. It has nothing to do with your templates, versions and OSes. This is the general problem of interaction with browser

kassak avatar Apr 10 '23 12:04 kassak

Ok. We reopen the issue. We will take a look.

sfc-gh-igarish avatar Apr 10 '23 21:04 sfc-gh-igarish