... |
... |
@@ -115,10 +115,13 @@ |
115 |
115 |
|
116 |
116 |
Falls zusätzlich eine Einschränkung der möglichen Verschlüsselungsalgorithmen gewünscht wird, kann diese mit dem Attribut //ciphers// vorgenommen werden. |
117 |
117 |
|
118 |
|
-{{panel title="Beispiel Manuelle Konfiguration der unterstützten Ciphers" triggerable="true" initial="hidden"}} |
|
118 |
+{{velocity}} |
|
119 |
+##{{panel title="Beispiel für die manuelle Konfiguration der unterstützten Ciphers" triggerable="true" initial="hidden"}} |
|
120 |
+##{{/panel}} |
|
121 |
+{{/velocity}} |
119 |
119 |
Das folgende Beispiel ist keine Sicherheitsempfehlung. Es dient lediglich zur Veranschaulichung, wie eine Konfiguration aussehen könnte: |
120 |
120 |
{{code}} |
121 |
|
-<Connector port="443" protocol="HTTP/1.1" maxThreads="150" SSLEnabled="true" scheme="https" secure="true" |
|
124 |
+<Connector port="443" protocol="HTTP/1.1" maxThreads="150" SSLEnabled="true" scheme="https" secure="true" |
122 |
122 |
URIEncoding="UTF-8" |
123 |
123 |
maxHttpHeaderSize="65536" |
124 |
124 |
maxPostSize="10485760" |
... |
... |
@@ -131,7 +131,6 @@ |
131 |
131 |
</SSLHostConfig> |
132 |
132 |
</Connector> |
133 |
133 |
{{/code}} |
134 |
|
-{{/panel}} |
135 |
135 |
|
136 |
136 |
Nähere Informationen zur Konfiguration und den möglichen Optionen der Attribute finden Sie in der Dokumentation des Herstellers: [[https:~~/~~/tomcat.apache.org/tomcat-9.0-doc/config/http.html#SSL_Support_-_SSLHostConfig>>https://tomcat.apache.org/tomcat-9.0-doc/config/http.html#SSL_Support_-_SSLHostConfig]] |
137 |
137 |
|