Skip to content

Instantly share code, notes, and snippets.

View FelixKohlen's full-sized avatar

Felix Kohlen FelixKohlen

View GitHub Profile

Keybase proof

I hereby claim:

  • I am felixkohlen on github.
  • I am felixkohlen (https://keybase.io/felixkohlen) on keybase.
  • I have a public key ASAENSJkR33kTL58KJU-EOH3kp1o99ylaQleJHw9N7qItwo

To claim this, I am signing this object:

@FelixKohlen
FelixKohlen / settings.txt
Last active January 23, 2024 18:16
Use these settings to tell a java application, like eclipse or maven, to use the root certificates installed into the windows certificate store. Usefull if you are behind a company proxy which is intercepting HTTPS traffic and your java applications are refusing the certificates.
-Djavax.net.ssl.keyStore=NONE
-Djavax.net.ssl.keyStoreType=Windows-my
-Djavax.net.ssl.trustStore=NONE
-Djavax.net.ssl.trustStoreType=Windows-ROOT