Configure SSL connection programmatically in Quarkus #46605
Unanswered
Arpankumar
asked this question in
Q&A
Replies: 1 comment
-
/cc @radcortez (config) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to add sslContext to my QuarkusRestClientBuilder but when I checked the method .sslContext is unsupported at the moment.
QuarkusRestClientBuilder restClientBuilder = QuarkusRestClientBuilder.newBuilder() .sslContext(sslContext)
How we can achieve the configuration of SSL for trusting cert and then add it to the builder programmatically .
Beta Was this translation helpful? Give feedback.
All reactions