Am 19.07.12 21:57, schrieb David Sommerseth: > On 11/07/12 14:16, Heiko Hund wrote: >> Make openvpn query for proxy information through the >> management interface. This allows GUIs to provide (automatically >> detected) proxy information on a per connection basis. >> >> This new option supersedes the undocumented --http-proxy-fallback >> option and puts the responsibilty for HTTP proxy fallback handling >> to the GUI caring for such. >> >> Signed-off-by: Heiko Hund <heiko.h...@sophos.com> >> --- >> doc/management-notes.txt | 31 ++++++++ >> doc/openvpn.8 | 6 ++ >> src/openvpn/init.c | 185 >> +++++++++++++++++++++------------------------- >> src/openvpn/manage.c | 52 +++---------- >> src/openvpn/manage.h | 17 ++--- >> src/openvpn/options.c | 112 ++++------------------------ >> src/openvpn/options.h | 28 +------ >> src/openvpn/proxy.c | 15 ++++ >> src/openvpn/proxy.h | 3 + >> src/openvpn/syshead.h | 6 +- >> 10 files changed, 178 insertions(+), 277 deletions(-) >> > This patch got reviewed by James Yonan, but he never responded publicly to > this list. But it's applied to the master branch, as James said this made > sense if it makes writing the GUI easier. >
This patch somehow proxy connecting with a simple http-proxy xx yy option. Openvpn just ignores the proxy and connects directly. On a quick glance I could not determine what went wrong. Arne