i have configured Sametime Web API.
After start sametime embedded in Notes 8.5.3 the ssl.txt file is automatically deleted and webcontainer.properties file will be create.
from netstat -l the 59449 port and 59669 port are listener
my webcontainer.properties is this:
#Web Container SSL configuration properties
#Tue Nov 22 18:14:31 CET 2011
com.ibm.ssl.trustStorePassword.59669=[xor] 3sCwxXbAxd/TleE\=
com.ibm.ssl.keyStorePassword.59669=[xor] 3sCwxXbAxd/TleE\=
com.ibm.ssl.keyStore.59669=/home/mturini/lotus/notes/data/LCN-keys.jks
com.ibm.ssl.clientAuthentication.59669=false
sslEnabled=true
com.ibm.ssl.trustStore.59669=/home/mturini/lotus/notes/data/LCN-keys.jks
in the rcpinstall.properties i add this two lines
-Dcom.ibm.pvc.webcontainer.ssl.configfile=/home/mturini/lotus/notes/data/ssl.txt
-Dcom.ibm.pvc.webcontainer.port.secure=59669
the ssl.txt
com.ibm.ssl.clientAuthentication.59669=false
com.ibm.ssl.trustStorePassword.59669=password
com.ibm.ssl.keyStorePassword.59669=password
com.ibm.ssl.trustStore.59669=/home/mturini/lotus/notes/data/LCN-keys.jks
com.ibm.ssl.keyStore.59669=/home/mturini/lotus/notes/data/LCN-keys.jks
if i put
http://localhost:59449/stwebapi/listservices in my browser i receive the
Sametime Local WebApi Services List page but if i put
https://localhost:59669/stwebapi/listservices i d'nt receive any answer, the page is blank and at the button of page i have "connected to localhost ..."
in error-log.xml i have this msg
2011-11-30T17:36:36.780+01:00 SEVERE Web Container : com.ibm.pvc.internal.webcontainer.security.SSLConfigMgr : CWPWC0012E: Value null of the SSL property com.ibm.ssl.keyStore is not valid. Thread[Worker-9,5,main] com.ibm.ejs.ras
There is some one can help me
thank
Maurizio Turini