%TOMCAT_HOME%/conf/server.xml
Folgender Inhalt suchen:
<!--
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS" />
-->
Kommentarmarker
<!--
-->
löschen
Folgenden Inhalt NACH sslProtocol="TLS" und VOR /> einfügen, roter text der Umgebung anpassen:
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS"
keystoreFile=”/path/to/mycert.pfx”
keystoreType=”PKCS12″
keystorePass="your_PKCS12_password" />
Speichern und Tomcat neu starten
Keine Kommentare:
Kommentar veröffentlichen