I am using nginx as a ssl offloader in front of HAProxy. The issue I am
having is I get a 505 error on one of the calls I make to Nginx/haproxy.
If
I make that same call to haproxy directory, I get a 200.
Server OS: centos 5.6
Nginx sever version: 1.2.6
Here is my config:
On Mon, Feb 04, 2013 at 07:54:44PM -0500, rtsai wrote:
I am using nginx as a ssl offloader in front of HAProxy. The issue I am
having is I get a 505 error on one of the calls I make to Nginx/haproxy. If
I make that same call to haproxy directory, I get a 200.
To understand what goes on first of all you have to debug what
happens on the wire, either with tcpdump/wireshark, or using nginx
debug log, see A debugging log.
I am using nginx as a ssl offloader in front of HAProxy.
It is a bit out of topic but the 1.5.x tree of haproxy has inbuilt SSL
support (and it works fine) … so kinda one less moving part in the
network
setup.