Open
Description
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.
- Disabled 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
Activity