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

404 not found

Has anyone ever encountered an issue like this?

Unable to access a website if Web Filtering is ON. If its disabled, it works fine.

Adding that site's IP in skip dest list is still the same. 404 not found

Web filtering logs looks like this:

2015:11:05-15:37:17 myfw httpproxy[29275]: id="0001" severity="info" sys="SecureWeb" sub="http" name="http access" action="pass" method="GET" srcip="y.y.y.y" dstip="x.x.x.x" user="" ad_domain="" statuscode="404" cached="0" profile="REF_DefaultHTTPProfile (Default Web Filter Profile)" filteraction="REF_DefaultHTTPCFFAction (Default content filter action)" size="382" request="0x11e88000" url="thewebsite.com" referer="" error="" authtime="0" dnstime="32" cattime="0" avscantime="0" fullreqtime="150602" device="0" auth="0" ua="Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36" exceptions="av,auth,content,url,ssl,certcheck,certdate,mime,cache,fileextension,size"

Adding an exception didnt help.

Tried wgetting the site.


myfw:/root # wget -O /dev/null http:// thewebsite.com
http://: Invalid host name.
--2015-11-05 15:45:36--  http:// thewebsite.com
Resolving thewebsite.com... x.x.x.x
Connecting to thewebsite.com|x.x.x.x|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2015-11-05 15:45:37 ERROR 404: Not Found.

Any ideas? Thanks! 
(i miss the old forum :( )

(note: i edited some entries such as the site and its ip)



This thread was automatically locked due to age.
Parents
  • DNS.
    What DNS forwarders is your UTM using within the Network Services > DNS section? This is typical behaviour when a client system has DNS servers that are available and Web protection is disabled, the MASQ rules allow the traffic out direct. However, with Web Protection on, the proxy then uses the UTM declared resolvers to look up the destination; if these are undefined or unavailable then stuff like this happens. Out of interest, is the UP2Date functions working correctly, patterns mainly?

    ==

    When in doubt, Script it out.

Reply
  • DNS.
    What DNS forwarders is your UTM using within the Network Services > DNS section? This is typical behaviour when a client system has DNS servers that are available and Web protection is disabled, the MASQ rules allow the traffic out direct. However, with Web Protection on, the proxy then uses the UTM declared resolvers to look up the destination; if these are undefined or unavailable then stuff like this happens. Out of interest, is the UP2Date functions working correctly, patterns mainly?

    ==

    When in doubt, Script it out.

Children
No Data