<div dir="ltr">i have configured haproxy 1.6 and nginx 1.10.1 and all is well, but i'd like to be able to access the servers directly on occasion and not through haproxy.  Mainly this is done for troubleshooting or viewing a release before it goes out to the public (its off the LB at the time).  <div><br></div><div>Unfortunately accessing the server directly gives me a 400 and the logs show Broken Header error messages. Is there a way around this without removing proxy_protocol from the vhost configuration?</div><div><br></div><div>Thanks</div><div><br></div><div>minimal config:</div><div><div>server {</div><div>  listen 443 ssl http2 default_server proxy_protocol;</div></div><div>  // other stuff</div><div>  set_real_ip_from XXX.XXX.XX.XX;</div><div>  set_real_ip_from NNN.NNN.NNN.NNN;</div><div>  real_ip_header proxy_protocol;</div><div>  // more stuff</div><div>}</div><div><br></div><div>Example error.log entry</div><div><div>VX�<a href="http://www.example.com#">www.example.com#</a>" while reading PROXY protocol, client: YY.YY.YY.YY, server: <a href="http://0.0.0.0:8000">0.0.0.0:8000</a></div><div>2016/08/11 11:25:28 [error] 23818#23818: *1445 broken header: "illegible characters"</div></div><div><br></div><div><br></div><div>Thanks,<br>Jeff</div></div>