Internal web server not accessible through my organisation's proxy server.Help needed

1

Normally to access any website through my college's internet we need to set proxy and port.But now i have created an internal server to host some competitions for students. But to access that server they have to remove proxy settings from their respective client.

I am looking for a way to configure my server so that it can become accessible through proxy also.

PS My college is using squid proxy server.

Thanks

kalimba

Posted 2014-10-10T07:53:07.233

Reputation: 113

Question was closed 2014-10-15T20:00:51.507

Answers

0

If the web server is only internal, and the proxy server just allow access to internet sites, then you cannot configure the web server to be accessed by the proxy server.

There are two ways you can try:

  1. Configure the proxy server so that it can access your web server with internal IP.

  2. Configure your browser so that it does not use proxy the your web server. For example with Internet Explorer:

    • Call up the dialog "Internet Options"
    • Goto "Connections" pane
    • Click "LAN settings"
    • Check "Bypass proxy server for local addresses"
    • If this does not help, click "Advanced", and type the address/name of your web server in the edit box "Do not use proxy server for address beginning with"

user3767013

Posted 2014-10-10T07:53:07.233

Reputation: 1 297