Hello,
We have followed instructions in "ADSelfService Plus: Guide to Install SSL Certificate" with a Thawte wildcard certificate.
The Keystore generation did not report any error and the SelfService.keystore generated was copied to <install_dir>\conf folder.
Server.xml has been modified to specify SelfService.keystore with the associated password on default port 9251:
<Connector port="9251" name="SSL"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" debug="0" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS" keystoreFile="./conf/SelfService.keystore"
keystorePass="
P@ssw0rd" connectionTimeout="-1"/>
Since service has been restarted, I cannot access neither http nor https pages.
With netstat -a I noticed neither port was listening,
I stopped service and tried to launch console : nothing happens
My SelfService Plus is now unreacheable.
Thanks in advance for help.
Regards,
Patrice Mariet