Skip to content
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

externalbrowser vs HSTS #1110

Open
kassak opened this issue Jul 29, 2022 · 3 comments
Open

externalbrowser vs HSTS #1110

kassak opened this issue Jul 29, 2022 · 3 comments
Labels
question Issue is a usage/other question rather than a bug

Comments

@kassak
Copy link

kassak commented Jul 29, 2022

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

@sfc-gh-igarish sfc-gh-igarish added the question Issue is a usage/other question rather than a bug label Feb 21, 2023
@sfc-gh-igarish
Copy link
Collaborator

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.

@kassak
Copy link
Author

kassak commented Apr 10, 2023

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

@sfc-gh-igarish
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Issue is a usage/other question rather than a bug
Projects
None yet
Development

No branches or pull requests

2 participants