ppalaga commented on issue #1077: Is quarkus.ssl.native=true still needed URL: https://github.com/apache/camel-quarkus/issues/1077#issuecomment-613449155 `quarkus.ssl.native=true` is typically not needed in the application.properties, because the underlying extensions requiring SSL produce ExtensionSslNativeSupportBuildItem (same effect) internally. It is only needed if none of the used extensions produces ExtensionSslNativeSupportBuildItem and the given example is accessing an HTTPS service (or similar) directly.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
