<div dir="ltr"><div>Hello:</div><div><br></div><div>Running a HTTPConnector on a new web services - application/json + POST.</div><div><br></div><div>The client secrets are in headerMapRef.</div><div><br></div><div>The strange thing is there are 2 web services sites that are 'supposedly' identical -- on 1 it works, on 2 the message below appear (same config on my side, and AuthHeaders)<br></div><div><br></div><div>I'm puzzled why 'Shutdown connection' occurs -- does not even get to egressing the passing the headerMapRef. I am guessing it's how perhaps the 'Target auth state' & 'Proxy auth state' are set? Any tips to work through this?<br></div><div><br></div><div>Thank you.<br></div><div><br></div><div>2020-06-27 16:16:33,398 - DEBUG [org.apache.http.client.protocol.RequestAuthCache:77] -  - Auth cache not set in the context<br>2020-06-27 16:16:33,399 - DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager:255] -  Connection request: [route: {s}->https://foobar.com:443][total kept alive: 0; route allocated: 0 of 1<br>00; total allocated: 0 of 100]<br>2020-06-27 16:16:33,399 - DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager:288] - Connection leased: [id: 22][route: {s}->https://foobar.com:443][total kept alive: 0; route allocated:<br> 1 of 100; total allocated: 1 of 100]<br>2020-06-27 16:16:33,400 - DEBUG [org.apache.http.impl.execchain.MainClientExec:235]  - Opening connection {s}-><a href="https://foobar.com:443">https://foobar.com:443</a><br>2020-06-27 16:16:33,402 - DEBUG [org.apache.http.impl.conn.DefaultHttpClientConnectionOperator:139]  - Connecting to <a href="http://foobar.com/10.00.00.001:443">foobar.com/10.00.00.001:443</a><br>2020-06-27 16:16:33,528 - DEBUG [org.apache.http.impl.conn.DefaultManagedHttpClientConnection:96] -- http-outgoing-22: Shutdown connection</div><div>2020-06-27 16:16:33,528 - DEBUG [org.apache.http.impl.execchain.MainClientExec:129] -- Connection discarded<br>2020-06-27 16:16:33,528 - DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager:326] - Connection released: [id: 22][route: {s}->https:/foobar.com:443][total kept alive: 0; route allocate<br>d: 0 of 100; total allocated: 0 of 100]</div></div>