|
|
I try to use openvpn-1.6 (Server) and 1.5 Client (behind a proxy Server). When i try to use openvpn i always get these errormessage. ------- Wed Aug 4 13:12:45 2004 13: Send to HTTP proxy: 'CONNECT xxxxxx.at:1080 HTTP/1.0' Wed Aug 4 13:12:45 2004 14: Attempting Basic Proxy-Authorization Wed Aug 4 13:12:45 2004 15: HTTP proxy returned: 'HTTP/1.0 403 Forbidden' Wed Aug 4 13:12:45 2004 16: HTTP proxy returned bad status Wed Aug 4 13:12:45 2004 17: SIGTERM received, exiting Wed Aug 4 13:12:45 2004 18: Closing TCP/UDP socket Wed Aug 4 13:12:45 2004 19: Closing TUN/TAP device ------- Here my configfiles server ---- port 1080 dev tap proto tcp-server ifconfig 192.168.254.1 255.255.255.0 secret my.key comp-lzo ----- client ----- dev tap remote xxxxxxx.at ifconfig 192.168.254.2 255.255.255.0 port 1080 proto tcp-client secret my.key comp-lzo ------- Thx in Adavance Vinzenz Hopfgartner ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |