xxtbg / vboxweb

Automatically exported from code.google.com/p/vboxweb
MIT License
0 stars 0 forks source link

VBoxWeb not working behind proxy? #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. activate a proxy
2. python VBoxWebSrv.py
3.

What is the expected output? What do you see instead?
i see this:

VirtualBox Version: 3.0.6, Platform: linux2
Using config file: /root/test/vboxweb-read-only/VBoxWeb.conf
Traceback (most recent call last):
  File "VBoxWebSrv.py", line 669, in <module>
    main(sys.argv)
  File "VBoxWebSrv.py", line 592, in main
    s.connect(("google.com", 80))
  File "<string>", line 1, in connect
socket.error: [Errno 111] Connection refused

What version of the product are you using? On what operating system?
latest svn with VBox 3.0.6 on Gentoo Linux.

Please provide any additional information below.
i temporarily hardcoded a company internal server instead of google.com,
and that made the server start successfully.

Original issue reported on code.google.com by markus.d...@salomon.at on 14 Sep 2009 at 11:28

GoogleCodeExporter commented 9 years ago
I have exactly the same issue, but I'm running this on an intranet.

Is it possible to download the necessary libararies and connect to localhost 
instead
of google?

Original comment by egkri...@gmail.com on 22 Oct 2009 at 7:30

GoogleCodeExporter commented 9 years ago
The same for me I try to use apache as a proxy to have VboxWeb in https but 
ProxyPass 
doesn't support the connection.

Original comment by k.pichar...@gmail.com on 30 Nov 2009 at 3:26

GoogleCodeExporter commented 9 years ago

Original comment by achim.ha...@gmail.com on 26 Aug 2010 at 2:18