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

SNOW-1859667 externalbrowser vs HSTS #1110

Closed
kassak opened this issue Jul 29, 2022 · 5 comments
Closed

SNOW-1859667 externalbrowser vs HSTS #1110

kassak opened this issue Jul 29, 2022 · 5 comments
Assignees
Labels
question Issue is a usage/other question rather than a bug status-triage_done Initial triage done, will be further handled by the driver team

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.

@sfc-gh-dszmolka sfc-gh-dszmolka self-assigned this Dec 17, 2024
@sfc-gh-dszmolka sfc-gh-dszmolka added status-triage Issue is under initial triage status-information_needed Additional information is required from the reporter labels Dec 17, 2024
@sfc-gh-dszmolka
Copy link
Contributor

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.

@sfc-gh-dszmolka sfc-gh-dszmolka changed the title externalbrowser vs HSTS SNOW-1859667 externalbrowser vs HSTS Dec 17, 2024
@sfc-gh-dszmolka sfc-gh-dszmolka added status-triage_done Initial triage done, will be further handled by the driver team and removed status-triage Issue is under initial triage status-information_needed Additional information is required from the reporter labels Dec 25, 2024
@sfc-gh-dszmolka
Copy link
Contributor

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.

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 status-triage_done Initial triage done, will be further handled by the driver team
Projects
None yet
Development

No branches or pull requests

3 participants