User Tools

Site Tools


pages:howtos:eclipse:configure_eclipse_ssl_trust_store

Configure Eclipse SSL Trust Store

* https://www.techtalk7.com/importing-ssl-certificate-into-eclipse/

In case you have the certificate already in your Windows’ certificate store (this is common in company deployments with MITM certificates), you can also use the following steps (with help from another Stackoverflow answer with more detailed explaination):

  • Locate the eclipse.ini file in your Eclipse installation and open it
  • Below the line -vmargs, add the following lines, then save the file:

  -Djavax.net.ssl.trustStore=NUL
  -Djavax.net.ssl.trustStoreType=Windows-ROOT 

  • Restart eclipse.

~~DISCUSSION~~

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
pages/howtos/eclipse/configure_eclipse_ssl_trust_store.txt · Last modified: 2021/12/09 23:22 by The Thing That Should Not Be