Application Integration (On-Premises) : Administering the Software AG Infrastructure : Running Web Applications : Work with HTTPS Connectors : Configure a User-Defined HTTPS Connector : Client-Side Configuration
Client-Side Configuration
To accept an HTTPS connection on the client side, you can do either of the following:
*Import the server certificate into your Internet browser truststore. In case of a PKI, import the CA certificate that issued the server certificate.
Note:  
If you are accessing resources through a Web server’s HTTPS protocol from a Java client using Oracle JSSE, you must also set a truststore via the -Djavax.net.ssl.trustStore property and a truststore password via the -Djavax.net.ssl.trustStorePassword property, for example:
-Djavax.net.ssl.trustStore=<your_truststore_here>
-Djavax.net.ssl.trustStorePassword=<your_truststore_password_here>
*When opening an HTTPS connection in your Internet browser, click Yes at the prompt if you trust the certificate.
Copyright © 2015- 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback