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

cannot login/connect Cura to Ultimaker Account #9772

Closed
2 tasks done
physi opened this issue May 5, 2021 · 2 comments
Closed
2 tasks done

cannot login/connect Cura to Ultimaker Account #9772

physi opened this issue May 5, 2021 · 2 comments
Labels
Type: Bug The code does not produce the intended behavior.

Comments

@physi
Copy link

physi commented May 5, 2021

Application Version

4.9.0 and 4.8.0

Platform

Windows 10

Printer

Ender 3 Pro

Reproduction steps

Open Ultimaker cura,

Click on sign in

Website Login opens.
Enter credentials.

get redirected and this error
2021-05-05 13_55_35-Window

Actual results

Get an error SSL (see Screenshot) ,
this is from the logs:
2021-05-05 13:51:54,039 - INFO - [MainThread] cura.CuraApplication.writeToLog [596]: User accepted the User-Agreement. 2021-05-05 13:51:58,636 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.startAuthorizationFlow [161]: Starting new OAuth2 flow... 2021-05-05 13:51:58,638 - DEBUG - [MainThread] cura.OAuth2.LocalAuthorizationServer.start [63]: Starting local web server to handle authorization callback on port 32118 2021-05-05 13:52:04,787 - DEBUG - [MainThread] cura.AutoSave._onTimeout [59]: Autosaving preferences, instances and profiles 2021-05-05 13:52:13,772 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.startAuthorizationFlow [161]: Starting new OAuth2 flow... 2021-05-05 13:55:20,755 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.startAuthorizationFlow [161]: Starting new OAuth2 flow...

Expected results

Login should work

Checklist of files to include

  • Log file
  • Project file

Additional information & file uploads

Tested with Virusscanner disabled and with and without VPN, to exclude any local router issues.

@physi physi added the Type: Bug The code does not produce the intended behavior. label May 5, 2021
@physi
Copy link
Author

physi commented May 5, 2021

Well I figured out, that this is a local problem.
To solve that, I had to open chrome://net-internals/#hsts
and delete localhost from hsts

2021-05-05 15_33_19-Window

@physi physi closed this as completed May 5, 2021
@Ghostkeeper
Copy link
Collaborator

Ghostkeeper commented May 17, 2021

To communicate the log-in information to Cura, Cura sets up a local webserver temporarily listening to a specific port on connections from localhost. The website visits the localhost page with the required log-in information in its request data.

That's why a connection to localhost is required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug The code does not produce the intended behavior.
Projects
None yet
Development

No branches or pull requests

2 participants