The HTTP 407 error stands for "Proxy authentication required", so the problem you are experiencing doesn't sound like the same one in this ticket. Here's a generaly worded explanation of a 407 error.
Your Web server thinks that the HTTP data stream sent from the client (e.g. your Web browser or our CheckUpDown robot) was correct, but access to the URL resource requires the prior use of a proxy server that needs some authentication which has not been provided. This typically means you must log in (enter user ID and password) with the proxy server first.
If the WWW Proxy is requiring users to be authenticated, you should create a new policy in the WWW Proxy server to allow unauthenticated access to the resource your client software is trying to access. I have included the steps to create this new policy below.
- Gatekeeper -> Services tab -> WWW Proxy Server -> Policies
- Click `Add`
- Goto the `Advanced` tab
- Select "Specify which requests..."
- Click `Add Filter`
- Click `Add Criterion`
- Select
- > This criterion is met if
- > HTTP URL
- > contains
- > yoursite.com
- Click OK, OK, then Apply to finalise the change
All users should now have unauthenticated access to yoursite.com.
Alternatively, you could use a different authentication method from the client computer before attempting to make a connection with your software. I suggest trying the QbikAuth tool because it is simple and independant of the WWW Proxy Server. This method will create a bit more user overhead when they want to use your software.
http://www.wingate.com/downloads/QbikAuth.exe
The QbikAuth tool uses the Remote Control Service to authenticate with WinGate, so the RCS must be bound to the adaptor the client is connecting from.