I would like to use my HAProxy server to consolidate out bound application server requests. My application interacts with 3rd party, external services and I would like to be able to interact with these services using a single IP address. I would also like to be able to do this via HTTP and HTTPS. Any examples on the configuration to do this would be greatly appreciated. Thanks

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

You should use exactly the same setup as you have in front of your web servers, with the IP of your 3rd party in the "server" statement(s). Many people do that to reach third party and enforce a timeout on connection and requests. It also allows you to monitor the service a little bit, an get availability stats.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.