I can call a web service from Xpert.ivy using HTTPS encryption when the the certificate is issued by a trusted authority. It seems to be accepted automatically. But if I create the certificate on my own, then it does not work. asked 23.09.2011 at 03:29 Martin Steiger |
If you created the certificate on your own you have to add it to the trusted certificates in the keystore, otherwise you'll get the following Exception:
To add your certificate to the keystore go to your server/designer installation directory and execute the following command:
You may replace the alias test with any other convenient name not yet used in the keystore. answered 14.11.2013 at 06:04 SupportIvyTeam ♦♦ The following commands allows to create a self-signed certificate for the server part: keytool -genkey -keyalg RSA -alias <myalianame> -keystore selfsigned.jks -validity <days> -keysize 2048
(31.07.2017 at 08:14)
Flavio Sadeghi ♦♦
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 23.09.2011 at 03:29
Seen: 4,518 times
Last updated: 31.07.2017 at 08:14