Skip to content

Commit

Permalink
Also enable TLSv1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfleury committed Feb 1, 2021
1 parent 9cae529 commit 40713b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container_files/tomcat/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
protocol="org.apache.coyote.http11.Http11NioProtocol"
port="443" maxThreads="200"
scheme="https" secure="true" SSLEnabled="true">
<SSLHostConfig protocols="TLSv1.2">
<SSLHostConfig protocols="TLSv1.2,TLSv1.3">
<Certificate
certificateKeystoreFile="/opt/certs/keystore.jks"
certificateKeystorePassword="password" />
Expand Down

0 comments on commit 40713b4

Please sign in to comment.