This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Sophos proxy redirects to login page

Hi,

I'm a developer trying to interface a Ruby client to retrieve data from a local REST interface. The interface is behind a Sophos proxy, so I am specifying the proxy information (IP and port) and my login credentials as part of the request. This works fine in a browser - I am prompted for the proxy login and then the site login.

However, programmatically it appears that there is a redirect to https://passthrough.fw-notify.net, and the site sends back the standard proxy login screen. So despite my specifying login credentials for the proxy, it appears that the credentials are lost in the redirect.

Here is what I am seeing:

https://passthrough.fw-notify.net/static/auth_transparent.html? return=https://


Any ideas on how I can get the credential information to passthrough.fw-notify.net? (or is something else happening?)

Thanks!


This thread was automatically locked due to age.
Parents
  • Hi, Jeff, and welcome to the User BB!

    Your post belongs in one of two other forums here - Web Protection or Webserver Protection.  Please describe where you are, where the server is and where the UTM is, including whether the traffic from your client reaches the server over the Internet, or you are on a LAN in the same location.

    Cheers - Bob
Reply
  • Hi, Jeff, and welcome to the User BB!

    Your post belongs in one of two other forums here - Web Protection or Webserver Protection.  Please describe where you are, where the server is and where the UTM is, including whether the traffic from your client reaches the server over the Internet, or you are on a LAN in the same location.

    Cheers - Bob
Children
  • Sure - my development is done in an Amazon Web Services Virtual Private Cloud, with UTM also installed on AWS in another VPC. There is a proxy that provides access to a local web service that I am trying to connect to. So yes, traffic goes over the internet from AWS to our local servers.

    I wasn't sure where to put this post - did you want me to re-post to one of the other forums you mentioned?

    Thanks!

    Jeff