* 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):
-Djavax.net.ssl.trustStore=NUL -Djavax.net.ssl.trustStoreType=Windows-ROOT
~~DISCUSSION~~