Configure Forward Proxying from Edge to a Backend Server

I have set up my proxy settings based on the guidance here:
http://docs.apigee.com/private-cloud/latest/configure-forward-proxying-edge-backend-server.

conf_http_HTTPClient.use.proxy=false
conf_http_HTTPClient.use.tunneling=false
conf/http.properties+HTTPClient.proxy.type=HTTP
conf/http.properties+HTTPClient.proxy.host=my.host.com
conf/http.properties+HTTPClient.proxy.port=80
conf/http.properties+HTTPClient.proxy.user=<username>
conf/http.properties+HTTPClient.proxy.password=<password>

The settings work to talk to the forwarding proxy, but our network resource says that no proxy credentials are being passed for authentication. Is there some change I need to make?

0 2 322
2 REPLIES 2

Not applicable

Few things to validate:

Does the property files matches the name and location specified below?

/opt/apigee/customer/application/message-processor.properties

Did you restarted the Message Processors after the property change?

/opt/apigee/apigee-service/bin/apigee-service edge-message-processor restart

Did you make the relevant changes on the Target Server(s) to enable proxy?. See documentation, same link you are following.

Yes, the location is /opt/apigee/customer/application/message-processor.properties, and I restarted the message processor as well. I did add the property:
<Property name="use.proxy">true</Property> to my API proxy.