PreviousNextIndex

Working with Web Services > Consuming Web Services over HTTPS
 
Consuming Web Services over HTTPS

When working with certificates and key stores, Dialog Designer uses the keytool tool included with JDK, and by default installed in JAVA_HOME\bin.

To use a Web service over HTTPS, the server's certificate needs to be installed in a trusted keystore on the application server, and the system property javax.net.ssl.trustStore needs to point to the trust store. (The same is true for the ADE and can also be done on the ADE).

To import the server certificate:

Note:

Adjust various paths and passwords to fit your configuration.

  1. Get the certificate that is installed on the server.
  1. On the application server, create a new keystore by importing the server certificate:
  1. Configure the app servers JVM to use the new keystore, by setting the following JVM parameters:
  1. Restart the app server.

Certificate problems can be very hard to troubleshoot, so if you are having problems it can be helpful to enable more debugging information by setting the following parameter:

For more details on keytool, see:

For more details on certificates see:


PreviousNextIndex

©2009, Avaya Inc. All rights reserved.