archimatetool / archi-modelrepository-plugin

coArchi - a plug-in to share and collaborate on Archi models.
153 stars 52 forks source link

SSL Problem with Netskope proxy #222

Closed ascheitel closed 1 month ago

ascheitel commented 1 month ago

Hello,

A Netskope proxy agent was recently installed on our workstations and I can no longer access my remote git repository with the coArchi plugin. The error I get when I do a push or a refresh is "Secure connection to https://** could not be established because of SSL problems". I've added the Netskope certificate to the truststore as indicated in the https://github.com/archimatetool/archi-modelrepository-plugin/wiki/Use-SSL-TLS-with-local-or-private-PKI procedure, but that doesn't change anything.

I'm interested if you have any ideas for solving this problem.

Thanks

Phillipus commented 1 month ago

The only info I could find on this here was this issue. Unless one is on-site these things are difficult to diagnose.

ascheitel commented 1 month ago

Thanks Philippus, I've managed to correct my problem. Here are the steps: Add the Netskope certificate to the Java keystore (described here: https://github.com/archimatetool/archi-modelrepository-plugin/wiki/Use-SSL-TLS-with-local-or-private-PKI) Add to Archi.ini : -Djavax.net.ssl.trustStore=NUL -Djavax.net.ssl.trustStoreType=WINDOWS-ROOT