Skip to content

Commit 46473e0

Browse files
committed
Add more interesting Java properties
1 parent 32ab108 commit 46473e0

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

lib/start-proxy-action.js

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/start-proxy/environment.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,17 @@ const javaProperties = [
3838
"https.proxyPort",
3939
"http.nonProxyHosts",
4040
"java.net.useSystemProxies",
41+
"javax.net.ssl.trustStore",
42+
"javax.net.ssl.trustStoreType",
43+
"javax.net.ssl.trustStoreProvider",
44+
"jdk.tls.client.protocols",
45+
"jdk.tls.disabledAlgorithms",
46+
"jdk.security.allowNonCaAnchor",
47+
"https.protocols",
48+
"com.sun.net.ssl.enableAIAcaIssuers",
49+
"com.sun.net.ssl.checkRevocation",
50+
"com.sun.security.enableCRLDP",
51+
"ocsp.enable",
4152
];
4253

4354
/** Java-specific environment variables which may contain information about proxy settings. */

0 commit comments

Comments
 (0)