I am facing the following in haproxy 1.5. I get the following error, with
error code "SC" which is very misleading, for the below mentioned config.
haproxy[6379]: 127.0.0.1:53010 [29/Apr/2016:12:05:40.552] my_frontend
my_frontend/<NOSRV> -1/-1/-1/-1/1 503 212 - - SC-- 0/0/0/0/0 0/0 "GET /
HTTP/1.1"
With the following config.
frontend my_frontend
bind :80
acl global hdr(host) -i blablabla
use_backend my_backend if global
backend my_backend
server google www.google.com:80
Would love to work on the fix for the same, since this killed a lot of my
time debugging due to the confusing error flags "SC".
--
Mayank Jha
http://mjnovice.wordpress.com/