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

AD SSO with auto proxy configuration

hi,

 i have a client who is using AD SSO with auto proxy configuration from astaro itself everything things seems to be ok till last night or exactly till wednesday evening but saturday morning (week first day) there was problem with internet access... AD SSO was not working it was directing to fallback action that surfing  is block.

   proxy auto configurtion is 
function FindProxyForURL(url, host)
 

 if (isInNet(myIpAddress(), "10.0.0.0", "255.255.255.0")) 

    return "PROXY 10.0.0.3:8080"; 

    else 
  return "DIRECT"; 

}
 and it has been sending to client by using GPO..  does anything i am missing..

thanks in advance...


This thread was automatically locked due to age.
Parents
  • Ööhhm - I'm no expert with auto pac files but maybe the error is not using the FQDN of the asg. Can you try changing the line

    return "PROXY 10.0.0.3:8080"; 

    to 

    return "PROXY myasg.mydomain.mytld:8080"; 

    and see if that helps. 

    Regards
    Manfred
Reply
  • Ööhhm - I'm no expert with auto pac files but maybe the error is not using the FQDN of the asg. Can you try changing the line

    return "PROXY 10.0.0.3:8080"; 

    to 

    return "PROXY myasg.mydomain.mytld:8080"; 

    and see if that helps. 

    Regards
    Manfred
Children
No Data