Deployment
ID #1000
How to use jSoapServer with https
To use jSoapServer with https instead of http you need to modify your server config file.
Insert the following lines into the enclosing quickserver tag of your config file:
<secure>
<enable>false</enable>
<load>true</load>
<port>8090</port>
<protocol>TLSv1</protocol>
<client-auth-enable>false</client-auth-enable>
<secure-store>
<type>JKS</type>
<algorithm>SunX509</algorithm>
<key-store-info>
<store-file>test.keystore</store-file>
<store-password>keystore password</store-password>
<key-password>key password</key-password>
</key-store-info>
</secure-store>
</secure>
if store-password and/or key-password are commented out, then a popup window will be displayed to prompt you for the password.
Last update: 2006-09-29 07:49
Author: Martin Thelian
Revision: 1.1
Print this record
Send to a friend
Show this as PDF file
Export as XML-File
You can comment on this entry