Unable to connect to Design Manger behind proxy and certificate using DM SDK
![](http://jazz.net/_images/myphoto/3330b2369dbb7e6c24ab307ec8edcf18.jpg)
Hi all,
I have an issue using the DM SDK regarding Proxy and Certificates.
I have followed the setup described here by David Hirsch which works fine while trying to connect
to my Jazz Sandbox https://jazz.net/sandbox01-dm.
to my Jazz Sandbox https://jazz.net/sandbox01-dm.
But the actual DM-Repo to which I want to connect to needs further Proxy and Certificate settings.
In order to get Rhapsody running to that DM-Repo the following lines have to be added to the DesignManager properties file:
In order to get Rhapsody running to that DM-Repo the following lines have to be added to the DesignManager properties file:
-Dhttps.proxyHost=###
-Dhttps.proxyPort=###
-Djavax.net.ssl.keyStore="###.p12"
-Djavax.net.ssl.keyStoreType="PKCS12"
-Djavax.net.ssl.keyStorePassword="###"
How do I pass that lines to the DM SDK?
Eclipse VM-Arguments seem not to work regarding this.
Eclipse VM-Arguments seem not to work regarding this.
Thank you in advance