Tomcat support for HTTP/2.0?

后端 未结 3 1380
说谎
说谎 2021-01-31 07:58

Does anyone know what is the lowest version of Tomcat that supports HTTP/2.0? I\'ve been looking everywhere on their site and I cannot find any details regarding this.

3条回答
  •  自闭症患者
    2021-01-31 08:40

    The latest version of Tomcat (version 9) fully supports HTTP/2. However, as all major browsers only implement HTTP/2 over TLS you will need to configure Tomcat to allow this. This article explains TLS configuration in Tomcat, but here's the summary.

    Open the conf/server.xml file and make the following configuration changes.

    
        
        
            
        
    
    

提交回复
热议问题