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

passing through URL that is on exception list

Hi All,

I have problem with passing throe URL that is on proxy exception list.
I have one service that doesn’t support exceptions (only simple proxy settings) and I have to pass through this URL.
I have exception defined for this URL that skip everything (Web filtering -> Exceptions). After I try to browse this page without proxy exceptions i get Connection time out.
i have ASG220 with 8.305 firmware version.
How can I resolve this case?


This thread was automatically locked due to age.
Parents
  • exceptions="av,auth,content,url,ssl,certcheck,cert date,mime,cache,fileextension
    That means your exception is working and that the access is being handled by the proxy.

    statuscode="502"  statuscode="500" 
    Since the exception includes anti-virus, this usually means the site doesn't like proxies, and that you will need to skip the proxy to access this site.

    user=""
    From this, I guess you are using Transparent mode, so you can use the 'Skip transparent mode destination hosts/nets' list on the 'Advanced' tab.

    url="https://some_address/"
    If this is a public site, you might find someone here that could confirm that there's no other way to access the site than via the skip list.

    Cheers - Bob
Reply
  • exceptions="av,auth,content,url,ssl,certcheck,cert date,mime,cache,fileextension
    That means your exception is working and that the access is being handled by the proxy.

    statuscode="502"  statuscode="500" 
    Since the exception includes anti-virus, this usually means the site doesn't like proxies, and that you will need to skip the proxy to access this site.

    user=""
    From this, I guess you are using Transparent mode, so you can use the 'Skip transparent mode destination hosts/nets' list on the 'Advanced' tab.

    url="https://some_address/"
    If this is a public site, you might find someone here that could confirm that there's no other way to access the site than via the skip list.

    Cheers - Bob
Children
  • thanks BAlfson.
    This is local address (VPN tunnel to my client).  everything works when I'm using exception list in my browser.

    tomorrow i try this "Skip transparent mode destination hosts/nets" and i will let you know.