2021年5月4日星期二

Inject Apache Client in Quarkus RestClient

I have the following problem, my current workplace uses SSL certificate authentication and some system redirect to a different one in order to validate/authenticate.

With the current resteasy client I cannot follow redirect and I've an SSL error of broken pipe, but if I configure Apache HTTP client in a proper way (allowing redirect and circular redirect) the connection works fine. So my idea is to configure the http client and inject it as Producer in Quarkus Rest client. Is it possible?

Thanks for any answer, Mirko

https://stackoverflow.com/questions/67394679/inject-apache-client-in-quarkus-restclient May 05, 2021 at 11:07AM

没有评论:

发表评论