Anyone please let me know how to do below: Kerberos proxy authentication using Axis2_2.0.0 and httpclient5
My application is running on Axis2_1.8.0 and httpclient4.5.14 and Kerberos proxy is working as :
- Creates Kerberos token using GSS-API
- Set this token to httpclient headers
- Set httpclient to Axis2 cached_httpclient property.
but now with Axis2_2.0.0 and httpclient5, always getting below error:
- 407 Proxy Authentication Required
I want to be in working condition same as Axis2_1.8.0 and httpclient4.5.14.