Re: [squid-users] FTP password prompt

From: Henrik Nordstrom <hno@dont-contact.us>
Date: 05 Mar 2003 21:34:44 +0100

Checking...

Mozilla is broken. When you request ftp://user@host/... it automatically
includes a "Authorization: Basic ZnRwOg==" header in the request..

"ZnRwOg==" is base64 encoded data for "ftp:".

This instructs Squid that it should log in as the user ftp regardless of
the username in the URL with a blank password..

Regards
Henrik

ons 2003-03-05 klockan 12.06 skrev Leonardo Arena:
> I am trying to logon into a FTP site which requires autentication using Mozilla
> 1.2.1.
> Entering the URL ftp://username@ftp.site.com/ I receive the following error message:
>
> ----
> An FTP authentication failure occurred while trying to retrieve the URL:
> _the_URL_
> Squid sent the following FTP command:
> PASS <yourpassword>
> and then received this reply
> User _username_ cannot log in.
> ----
>
> Looking at the packets with tcpdump it appears that it sends the USER and PASS
> command. Reading the FAQ 5.9 I understand that I should be prompted for a
> password. Why I'm not? Is there any setting I should check in my squid.conf file?
>
> N.B. I do not use any proxy_auth.
> If I try ftp://username@password:ftp.site.com I can successfully log on.
>
> Leonardo Arena

-- 
Henrik Nordstrom <hno@squid-cache.org>
MARA Systems AB, Sweden
Received on Wed Mar 05 2003 - 13:34:51 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:13:56 MST