-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate support for Quarkus TLS Registry #6393
Comments
I take a look at our extensions which depends on Lines 58 to 70 in f2e6f05
If it uses such |
Yes possibly if |
Actually after a quick test, it can work with the sever secured by Lines 89 to 94 in f2e6f05
Not a huge issue because we discourage explicit host / port configuration on the consumer. But I can see if I can improve things in this area. |
Not sure if it's feasible since Camel already has
SSLContextParameters
etc. But might be worth investigating if it can be used to improve the general UX for TLS setup.https://quarkus.io/guides/tls-registry-reference
The text was updated successfully, but these errors were encountered: