Re: [squid-users] Read timeout on FTP server

2011-10-10 Thread Marc Muehlfeld
Am 10.10.2011 09:51, schrieb Tom Tux: We had similar problems. Solved with ftp_epsv off in squid.conf. This solved my problem. Thanks. Regards, Marc

[squid-users] Read timeout on FTP server

2011-10-05 Thread Marc Muehlfeld
Hi, we're running Squid 3.1.10 that was shipped with Scientific Linux 6 (RHEL6 clone). We'd discovered, that we can't access one FTP site (ftp://ftp.molis.be): -- ERROR The requested URL could not be retrieved The following error was encountered while trying to

Re: [squid-users] ACL blocks http, but not https

2010-10-28 Thread Marc Muehlfeld
Am 27.10.2010 12:10, schrieb Amos Jeffries: What you need to take away from this is that 1) where possible add whole domains and sets of sub-domains to A the first ACL. and 2) always make sure that your second B and regex ACL are matched. New rules into the regex need to be checked that the

Re: [squid-users] ACL blocks http, but not https

2010-10-28 Thread Marc Muehlfeld
Am 28.10.2010 16:22, schrieb Amos Jeffries: There is. Start the domain match text with a dot: Great. Thanks.

Re: [squid-users] ACL blocks http, but not https

2010-10-27 Thread Marc Muehlfeld
Am 27.10.2010 09:58, schrieb Amos Jeffries: therefore your nice RegEx is never going to see the the request. Move the RegEx to the top or the connect rule to the bottom of your ACLs. No. The ! affects this. That line does not match for HTTPS. Even if I remove the whole following block, https

Re: [squid-users] ACL blocks http, but not https

2010-10-27 Thread Marc Muehlfeld
localhost http_access allow localhost # Finally deny all other access to this proxy http_access deny all -- Marc Muehlfeld (IT-Leiter) Zentrum fuer Humangenetik und Laboratoriumsmedizin Dr. Klein und Dr. Rost Lochhamer Str. 29 - D-82152 Martinsried Telefon: +49(0)89/895578-0 - Fax: +49(0)89/895578

[squid-users] ACL blocks http, but not https

2010-10-26 Thread Marc Muehlfeld
Hello, I have blocked some URLs through an url_regex acl, which works, if the URL contains any protocol execept https. The blocked_urls.lst file contains lines like: ([^\/]\.facebook\.com\/|[^\/]\.facebook\.com$|^.*://facebook\.com)+ I've tested the regex using an online regex tester: