On Tue, 06 Oct 2009 22:43:43 +0200, Henrik Nordstrom <henrik@xxxxxxxxxxxxxxxxxxx> wrote: > tis 2009-10-06 klockan 16:20 +0200 skrev uxmax@xxxxxxxxxx: >> Hello all, >> >> my problem is that squid does not send auth dialog box back to the client >> (sender/browser) ie*, firefox etc. >> >> simple example >> >> http://upload.ftpserver.com (auth popup appears) >> >> >> ftp://upload.ftpserver.com (popup does not appear) > > That URL is by definition anonymous FTP. > > To access non-anonymous FTP you need to use > > ftp://user:password@xxxxxxxxxxxxxxx/ > > With some browsers you can leave out the :password part and Squid will > prompt the browser for login credentials, but some of the main browsers > do not support this. > > Regards > Henrik Firefox-3.x wil happyily popup the ftp:// auth dialog if the proxy-auth header is sent. There were a few bugs which got fixed in the 3.1 re-writes and made squid start to send it properly. It's broken in 3.0, not sure if its the same in 2.x but would assume so. The fixes done rely on C++ objects so wont be easy to port. Amos