I have set up Selenium Grid2 and I have a dilemma that is driving me crazy.
If I start the Hub in the default port (4444), for some reason all my HTTP requests are redirected to a page that says
You are using grid .0.0Find help on the official selenium wiki : more help here
This happens in all browsers and in any application that connects to the internet.
If I change the port to anything else, the problem doesn't occur, but then tests in Internet Explorer (IE8 specifically) no longer work. They fail with an error about not being able to find an element.
This also happens with a non-grid setup, just using the server (selenium-server-standalone-2.0rc3.jar) except instead of the grid message all HTTPS connections are untrusted.
Any ideas?