Tomcat 9.0 conf server.xml sample

Window Server 2019 

Microsoft Windows [Version 10.0.17763.5576]
(c) 2018 Microsoft Corporation. All rights reserved.

C:\Program Files\Apache Software Foundation\Tomcat 9.0\conf\server.xml

<Connector protocol="HTTP/1.1"
               port="8080" 
               maxThreads="200" 
               connectionTimeout="20000"
               redirectPort="443" >
    </Connector>

    <Connector protocol="org.apache.coyote.http11.Http11Nio2Protocol"
               port="443" 
               enableLookups="false" 
               disableUploadTimeout="true" 
               acceptCount="100" 
               maxThreads="200" 
               scheme="https" 
               secure="true" 
               SSLEnabled="true" 
               keystoreFile="conf/xxxx.keystore" 
               keystorePass="xxxxxxxxxxxxxxxxxxxxxx" 
               clientAuth="false" 
               sslProtocol="TLSv1.2"
               ciphers="TLS-AES-128-GCM-SHA256,TLS-AES-256-GCM-SHA384,TLS-CHACHA20-POLY1305-SHA256,ECDHE-ECDSA-AES128-GCM-SHA256,ECDHE-RSA-AES128-GCM-SHA256,ECDHE-ECDSA-AES128-SHA256,ECDHE-RSA-AES128-SHA256,ECDHE-ECDSA-AES256-GCM-SHA384,ECDHE-RSA-AES256-GCM-SHA384,ECDHE-ECDSA-AES256-SHA384,ECDHE-RSA-AES256-SHA384">
        <UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol" /> 
    </Connector>

 

[嵌入式Tomcat容器的参数(maxParameterCount)设定 - cyougs - 博客园](https://www.cnblogs.com/zhufu9426/p/8275365.html)

 

* [TLSv1.3 Support:主流 Web 客户端和服务端对 TLSv1.3 的支持情况 - sysin - 博客园](https://www.cnblogs.com/sysin/p/15665899.html)
* [TLSv1.3 Support:主流 Web 客户端和服务端对 TLSv1.3 的支持情况(2021版) - sysin | SYStem INside | 软件与技术分享](https://sysin.org/blog/tlsv1-3-support/)
* [Taking Transport Layer Security (TLS) to the next level with TLS 1.3 | Microsoft Security Blog](https://www.microsoft.com/en-us/security/blog/2020/08/20/taking-transport-layer-security-tls-to-the-next-level-with-tls-1-3/)
* [TLS 1.3 on Windows Server 2019 - Microsoft Community Hub](https://techcommunity.microsoft.com/t5/microsoft-learn/tls-1-3-on-windows-server-2019/m-p/2034971)

 

 

* [How to Enable TLS 1.2 and TLS 1.3 on Windows Server? - The Sec Master](https://thesecmaster.com/how-to-enable-tls-1-2-and-tls-1-3-on-windows-server/)
* [Enabling TLS 1.3 on Windows Server: A Step-by-Step Guide](https://tecadmin.net/enabling-tls-1-3-on-windows-server/)
* [TLS 1.3 on Windows Server 2019 - Microsoft Community Hub](https://techcommunity.microsoft.com/t5/microsoft-learn/tls-1-3-on-windows-server-2019/m-p/2034971)

posted @ 2024-03-21 11:48  任国强  阅读(5)  评论(0编辑  收藏  举报