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

[BUG] First Portable Installation missed CHPP link #2016

Open
mistermax80 opened this issue Jan 29, 2024 · 7 comments
Open

[BUG] First Portable Installation missed CHPP link #2016

mistermax80 opened this issue Jan 29, 2024 · 7 comments

Comments

@mistermax80
Copy link
Collaborator

Describe the bug
First Portable Installation missed CHPP link

To Reproduce
On new portabile installation

Screenshots
image

Platform information:

  • OS: Windows
  • Version 7.3 523
@tychobrailleur
Copy link
Collaborator

Wow, welcome back, long time no see! ;-)

This could be an issue with OAuth, somehow. Would you be able to include the logs to see if there is anything in there? Also, you mention “First portable installation” -- does it mean it worked subsequently?

@wsbrenk
Copy link
Collaborator

wsbrenk commented Jan 29, 2024

@mistermax80 nice to see you here again!

Please check if this could be the same as #1939

@mistermax80
Copy link
Collaborator Author

mistermax80 commented Jan 30, 2024

hi mates, nice to see you!!!!
I need this error:
image

2024-01-30 12:58:33 [Info] core.model.HOVerwaltung: language used for interface is: Italiano 2024-01-30 12:58:33 [Info] core.gui.HOMainFrame: This is HO! version 7.3, have fun! 2024-01-30 12:58:33 [Info] core.gui.HOMainFrame: Operating system found: Windows 10 on amd64 (10.0) 2024-01-30 12:58:33 [Info] core.gui.HOMainFrame: Using java: 17.0.3 (Eclipse Adoptium) 2024-01-30 12:58:34 [Warning] module.lineup.Lineup: no match to determine location 2024-01-30 12:58:41 [Error] core.net.login.OAuthDialog: Exception in obtainUserCode: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target 2024-01-30 12:59:46 [Info] core.gui.HOMainFrame$1: shutting down HO... 2024-01-30 12:59:46 [Info] core.gui.HOMainFrame: Shutdown complete! isAppTerminated: true 2024-01-30 12:59:47 [Info] core.gui.HOMainFrame$1: exiting...

@tychobrailleur
Copy link
Collaborator

tychobrailleur commented Jan 30, 2024

This seems to be the same TLS error as #1939 all right. Are you behind a VPN, a firewall, or a network proxy, by any chance?

From memory, we use the JVM CA certs to connect to CHPP, and CHPP's cert is signed by DigitCert:

Screenshot from 2024-01-30 20-48-08

And that root CA definitely is the cacerts bundle part of 17.0.3 Eclipse Temurin:

Screenshot from 2024-01-30 20-52-59

Reason this could fail, however, like in #1939 is if you're behind a work proxy which re-encrypts all traffic using an internal CA.

(Edit: with the correct screenshot, this time...)

@mistermax80
Copy link
Collaborator Author

So, I think some limitation, Im trying on business laptop. I will try run with admin right.

@tychobrailleur
Copy link
Collaborator

@mistermax80 It's not really a permissions issue, more of a network one. One way to solve this would be to prompt the user with the cert that is being used, and ask that user whether to accept it, but in 99% of cases, the user would not be able to tell whether or not this is a safe cert to accept, so I am erring on the “this is a limitation” side all right.

@mistermax80
Copy link
Collaborator Author

So, in my case, i should accept the limitation and I will not install HO...
I think, if I take the risk if accept or no, by an force beviour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants