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

Really strange proxy issue, need help!

Hi all, I'm having a strange proxy issue to one site only. 
I have a web site my users have to log into using a user name and password. 
Proxy is in transparent mode. When they click the link, they get a 401.5 error and are never presented with the login dialog box.
If I bypass the proxy in their browser, it works fine. If they use Firefox, it works fine. 
(I really don't like Internet Exploder but have to use it.)
I have added a filter bypass rule but same thing.

I have added the exception to Web Security » HTTP Exceptions-as well as adding Transparent mode skiplist with "Allow HTTP traffic for listed hosts/nets" checked,  same thing.


Here is the record from the live log. There is nothing prior to this entry that could have anything to do with the issue.
2008:04:14-15:23:40 (none) httpproxy[25585]: id="0001" severity="info" sys="SecureWeb" sub="http" name="http access" action="pass" method="GET" srcip="192.168.1.22" user="" statuscode="401" cached="0" profile="profile_0" filteraction="action_REF_DefaultHTTPCFFAction" size="1883" time="114 ms" request="0x828dfb8" url="www.oba.com/.../index.php" error=""


This thread was automatically locked due to age.
  • Hi all, I'm having a strange proxy issue to one site only. 
    I have a web site my users have to log into using a user name and password. 
    Proxy is in transparent mode. When they click the link, they get a 401.5 error and are never presented with the login dialog box.
    If I bypass the proxy in their browser, it works fine. If they use Firefox, it works fine. 

    Wild guess: Your site is only advertising NTLM/Kerberos Authentication. This won't work over a proxy - use digest authentication instead. Basic would work as well - but it is plain text...

    Cheers,

    Sven.
  • Wild guess: Your site is only advertising NTLM/Kerberos Authentication. This won't work over a proxy - use digest authentication instead. Basic would work as well - but it is plain text...

    Cheers,

    Sven.


    It's not my site to administer, my users have to have access to it, but I did find a work around. Anyone having this issue, take a look at this thread:
    http://www.astaro.org/showthread.php?p=89863#post89863