https://bz.apache.org/bugzilla/show_bug.cgi?id=59344
--- Comment #4 from Emmanuel Bourg <[email protected]> --- Thank you for the review Remy. My use case is mostly for HTTP/1.1, I agree this feature is less interesting for HTTP/2, until Java 9 is available and supports ALPN I guess. The patch supports a configuration like this one: <Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol" SSLEnabled="true"> <SSLHostConfig> <Certificate certificateKeyFile="conf/privkey-encrypted.pem" certificateKeyPassword="secret" certificateFile="conf/cert.pem" certificateChainFile="conf/chain.pem"/> </SSLHostConfig> </Connector> That's similar to the parameters accepted for the HTTP/2 connector. Are you suggesting a different set of parameters for this case? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
