product-ei icon indicating copy to clipboard operation
product-ei copied to clipboard

how to make wso2ei 6.6.0 to use http2 protocl?

Open gennosuke opened this issue 2 years ago • 4 comments

I'm using wso2ei 6.6.0 and my manager wants to set all requests to use http2 protocol, but I can't find a way how to make wso2 use the http2. I'm aware that I can use a web server or load balancer such as haproxy between them but I need to make passthrough to listen on http2 protocol.also I need to send all requests to the backend on http2 protocol any idea how I can handle this situation?!

gennosuke avatar Mar 05 '22 15:03 gennosuke

I think this is question actual for APIM too

LLC-BigInt avatar Mar 08 '22 14:03 LLC-BigInt

I think this is question actual for APIM too

maybe but i need this on wso2ei. do you have any idea how can i handle this?!

gennosuke avatar Mar 08 '22 15:03 gennosuke

Can you add a test case or something else? (where can be view message or error)

LLC-BigInt avatar Mar 09 '22 18:03 LLC-BigInt

actually i have no idea how to put this through , i just tried to make tomcat to listen on http2 and it wotked. in $HOME/repository/conf/tomcat/catalina-server.xml , (<UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol" />) but when i set a port listener in $HOME/repository/conf/axis2/axis2.xml in section ,i can't set any http2 protocol or at least i can't find a way . when i curl using (curl --http2 -I -v mydomain.com) it won't accept http2. could i make my point or should i explain it in another way?

gennosuke avatar Mar 13 '22 11:03 gennosuke