Skip to content

Commit fba40a9

Browse files
sratzmerks
authored andcommitted
Bug 567504 - Use system trust store on Windows instead of cacerts
Use the Windows operating system trust store instead of the cacerts bundled with the JVM. https://bugs.eclipse.org/bugs/show_bug.cgi?id=567504
1 parent 26091a5 commit fba40a9

File tree

1 file changed

+2
-0
lines changed
  • eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository

1 file changed

+2
-0
lines changed

eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/platform.product

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
</vmArgs>
1414
<vmArgsMac>-Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
1515
</vmArgsMac>
16+
<vmArgsWin>-Djavax.net.ssl.trustStoreType=Windows-ROOT -Djavax.net.ssl.trustStore=NONE
17+
</vmArgsWin>
1618
</launcherArgs>
1719

1820
<splash

0 commit comments

Comments
 (0)