Unable to authenticate Proxy using quarkus-microprofile restclient

547 Views Asked by At

Any ideas on why quarkus-microprofile rest-client (version 1.3) ignores System-env properties proxy username and proxy password. It definitely considers using the proxy host and port as I am getting an HTTP-407 from the proxy server.

https.proxyHost and https.proxyPort are considered but NOT https.proxyUser and https.proxyPassword.

Do we need to set an Authenticator somehow?

Strangely, other clients implemented in the same project(for example: google HTTP client) successfully connects to the Proxy server.

0

There are 0 best solutions below