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 .