On Wed, Feb 22, 2012 at 01:29:33AM +1300, Amos Jeffries wrote: > On 21/02/2012 11:21 p.m., Fried Wil wrote: > >On Tue, Feb 21, 2012 at 12:26:11PM +1300, Amos Jeffries wrote: > >I have this error on my access.log > >1329819182.985 0 CLIENT_IP TCP_DENIED/302 340 GET > >https://webmail.domain.foo/ - NONE/- text/html > >1329819183.011 0 CLIENT_IP TCP_MISS/404 1530 GET > >https://webmail.domain.foo/302:https://EXCHANGE_IP/owa/ - > >FIRST_UP_PARENT/exchangeServer text/html > >1329819183.043 0 CLIENT_IP TCP_MISS/404 1530 GET > >https://webmail.domain.foo/favicon.ico - FIRST_UP_PARENT/exchangeServer > >text/html > > > >for these lines > >acl redirectOWA urlpath_regex ^/$ > >deny_info 303:https://webmail.lexsi.lan/owa/ redirectOWA > >http_access deny HTTPSOWA redirectOWA > > > >replace 303 by 302 give the same error > > > > > >bad configuration ? > > Sorry. Yes. Drop the "303:" part. It is just the new URL for squid 3.1. > > Amos 1329830487.573 0 CLIENT_IP TCP_DENIED/302 336 GET https://webmail.domain.foo/ - NONE/- text/html 1329830487.578 3 CLIENT_IP TCP_MISS/302 441 GET https://webmail.domain.foo/owa/ - FIRST_UP_PARENT/exchangeServer - 1329830487.581 2 CLIENT_IP TCP_MISS/200 1569 GET https://webmail.domain.foo/owa/auth/logon.aspx? - FIRST_UP_PARENT/exchangeServer text/html Configuration is : acl redirectOWA urlpath_regex ^/$ deny_info https://webmail.domain.foo/owa/ redirectOWA http_access deny HTTPSOWA redirectOWA Yes ! It's OK Amos ! I need just to secure the Squid and GOGOGO ! Thx a lot Amos !