You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user behind a corporate HTTP proxy that terminates TLS connections and uses its own TLS certificate to sniff otherwise end-to-end encrypted data, I want to be able to use IDEasy so that it can still automate my IDE setup.
Actual behavior
javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
And also
You are offline.
Steps to reproduce (bug) / Use Case of feature request (enhancement)
you need to be behind such a corporate HTTP proxy that terminates TLS and do not have direct Internet access (not so easy to reproduce)
create a new IDEasy project (ide create proxytest).
potentially later go to that project and then install additional software (ide install intellij)
even call ide status to check if you are online or offline.
Expected behavior
As a user behind a corporate HTTP proxy that terminates TLS connections and uses its own TLS certificate to sniff otherwise end-to-end encrypted data, I want to be able to use IDEasy so that it can still automate my IDE setup.
Actual behavior
And also
Steps to reproduce (bug) / Use Case of feature request (enhancement)
ide create proxytest
).ide install intellij
)ide status
to check if you are online or offline.Related/Dependent Issues
#774
Comments/Hints:
Please also read all the discussion we already had in #774
Affected version:
The text was updated successfully, but these errors were encountered: