|
From: Lars H. <hu...@in...> - 2010-09-27 12:07:02
|
> I'm not sure if I understand the question ; openvpn already has the > option to use http/1.1 headers using > --http-proxy-option VERSION 1.1 > which should send HTTP/1.1 type messages - doesn't that work? The problem is that (at least Apache) rejects these requests because the Host header is missing, so I get "Bad Request" responses. Additionally, without Host header it's impossible to use Apache's VirtualHost facility. Regards Lars |