leaf-potato commented on issue #2316: URL: https://github.com/apache/brpc/issues/2316#issuecomment-1637052525
server端可能开启了alpn协商,默认处理http协议,不具备协议自动识别能力。 需要SSL扩展进行协商才能通过h2访问,详见https://github.com/apache/brpc/issues/1991 中的nginx例子 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
