Getting 407 when using proxy #941
Answered
by
aguilardias
aguilardias
asked this question in
Q&A
-
i have to use a proxy with username and password, to call a SOAP webservice. im using this
and receiving this any suggestions? |
Beta Was this translation helpful? Give feedback.
Answered by
aguilardias
Jul 19, 2023
Replies: 1 comment 9 replies
-
Hi @aguilardias you may want to set the proxy type using something like ... httpClientPolicy.setProxyServerType(ProxyServerType.HTTP); // or ProxyServerType.SOCKS Tested with the small tweak locally and it works fine; keep us posted if the above helps. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2 days of work to discover that we have to set the configuration below, now its working, thanks
https://cxf.apache.org/docs/client-http-transport-including-ssl-support.html#ClientHTTPTransport(includingSSLsupport)-ProxyAuthentication