I have recently purchased a RV042G Router and successfully used the client to connect remotely from another location. However from our corporate office I cannot connect through our http proxy. I have stipulated an https_proxy in the wgetrc script and also found that the wget version supplied with the client does not support https_proxy authentication (crashes when it tries). Upgrading the .exe to 1.11.4 stop the crashes, but I am unable to get connected.
--2013-01-09 15:54:53-- https://USER:*password*@PublicWANIP/StartConnection.htm?version=1?IP=X.X.X.X?PASSWD=*password*?USER=USER
Resolving corporateproxy.com... 192.168.100.1
Connecting to corporateproxy.com|192.168.100.1|:8080... connected.
ERROR: cannot verify PublicWANIP's certificate, issued by `/CN=RouterMAC/OU=RV042G/O=Cisco Systems, Inc./L=Irvine/C=US/SN=Califomia':
Self-signed certificate encountered.
ERROR: certificate common name `RouterMAC' doesn't match requested host name `PublicWANIP'.
To connect to PublicWANIP insecurely, use `--no-check-certificate'.
Unable to establish SSL connection.
I have also tried adding the no-check-certificate option to the wgetrc file, it no longer gives the error above but instead receive:
Proxy request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: `C://Program Files//Cisco Small Business//QuickVPN Client//vpnserver.conf'
0K 39.4M=0s
2013-01-09 16:13:53 (39.4 MB/s) - `C://Program Files//Cisco Small Business//QuickVPN Client//vpnserver.conf' saved [104]
At which point the log indicates:
2013/01/09 16:13:53 [STATUS]OS Version: Windows XP
2013/01/09 16:13:53 [STATUS]Windows Firewall is OFF
2013/01/09 16:13:53 [STATUS]One network interface detected with IP address OfficeIP
2013/01/09 16:13:53 [STATUS]Connecting...
2013/01/09 16:13:53 [DEBUG]Input VPN Server Address = PublicWANIP
2013/01/09 16:13:53 [STATUS]Connecting to remote gateway with IP address: PublicWANIP
2013/01/09 16:13:53 [STATUS]Remote gateway was reached by https ...
2013/01/09 16:13:53 [WARNING]Remote gateway wasn't reached...
2013/01/09 16:13:53 [WARNING]Failed to connect.
2013/01/09 16:13:53 [WARNING]Failed to connect!
Has anyone had luck getting this software working behind a proxy?