zhfeng commented on issue #6393: URL: https://github.com/apache/camel-quarkus/issues/6393#issuecomment-2326588922
I take a look at our extensions which depends on `quarkus-vertx-http` which has been added support for `quarkus-tls-registry`. There are some codes to check `sslEnabled` https://github.com/apache/camel-quarkus/blob/f2e6f050e0ca72d5ae3c385e935caee64055aa9a/extensions/vertx-websocket/runtime/src/main/java/org/apache/camel/quarkus/component/vertx/websocket/VertxWebsocketRecorder.java#L58-L70 If it uses such `quarkus.tls.*` to config TLS, there is a potential issue? @jamesnetherton -- 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]
