We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. When Antivirus SSL inspection enabled, system always throw exception.
eclipse.buildId=4.34.0.20241128-0756 java.version=23.0.1 java.vendor=Eclipse Adoptium BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US Framework arguments: -product org.eclipse.epp.package.jee.product Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product org.eclipse.lsp4e Info Mon Dec 09 10:59:32 GMT+07:00 2024 [Info] [2024-12-09T03:59:32.897Z] GetSsoToken failed. Error: self-signed certificate in certificate chain
Describe the solution you'd like
Add another option on Preferences to allow user to disable SSL certificate validation.
Additional context
I have tried some configuration on eclipse.ini, but it doesn't fix the issue.
-Dcom.sun.net.ssl.checkRevocation=false
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
When Antivirus SSL inspection enabled, system always throw exception.
Describe the solution you'd like
Add another option on Preferences to allow user to disable SSL certificate validation.
Additional context
I have tried some configuration on eclipse.ini, but it doesn't fix the issue.
-Dcom.sun.net.ssl.checkRevocation=false
The text was updated successfully, but these errors were encountered: