jamesnetherton opened a new pull request, #9114: URL: https://github.com/apache/camel-quarkus/pull/9114
The conversion to SSLContextParameters carried over only key and trust material. Quarkus keeps protocols, cipher suites and key exchange groups on the Vert.x SSLOptions and never applies them to the SSLContext, so Camel components using a registered bean negotiated with JVM defaults and nothing warned. Decorate the context the way SSLContextParameters.createSSLContext does, and copy the policy onto the parameters. Warn about the configured options that cannot be carried over and that weaken verification if the operator assumes otherwise: a certificate revocation list, which leaves a bridged bean accepting certificates the rest of the application rejects, and the hostname verification algorithm. Fixes #9113 -- 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]
