Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
themeConfluence
titleserxer.xml
linenumberstrue
<Connector

protocol="org.apache.coyote.http11.Http11NioProtocol"

port="8443"

maxThreads="200"

scheme="https"

secure="true"

SSLEnabled="true"

keystoreFile="/home/plusworkflow/plusworkflow-prod/server/conf/certyfikat.pfx"

keystorePass="hasło_do_pfx"

keystoreType="PKCS12"

clientAuth="false"
 
URIEncoding="UTF-8"

sslProtocol="TLS"/>

 

Ustawienie automatycznego przekierowania na szyfrowany port. 

...