Quando tento acessar um FTP que pede usuário e senha, está aparecendo a seguinte mensagem:

Ocorreu uma falha na autenticação no FTP, na tentativa de recuperar a seguinte URL: ftp://ftp.editoradaliana.com.br/ Squid emitiu o seguinte comando FTP: PASS <yourpassword>e recebeu esta resposta: Login incorrect.
Alguém sabe o que se deve configurar no squid para que ele forneça a janela de autenticação do usuário?

Para ajudar, estou enviando o meu squid.conf em anexo.

PS: Obrigado pelas dicas com o lista de download repetidos no SARG.
______________________________
Cristiano Ricardo Peixoto Pena
Gestor em ciência e tecnologia - MASP: 1215356-5
Assessoria de Tecnologia e Informação – ATI
Fundação João Pinheiro
Tel : 55 31 031 3448-9525


http_port 8080
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
acl apache rep_header Server ^Apache
broken_vary_encoding allow apache
cache_mem 3072 MB
maximum_object_size 131072 KB
maximum_object_size_in_memory 64 KB
cache_replacement_policy heap LFUDA
memory_replacement_policy heap GDSF
cache_dir aufs /cache/squid 40000 32 256
access_log /cache/logs/access.log
cache_log /cache/logs/cache.log
cache_store_log /cache/logs/store.log
emulate_httpd_log on
log_mime_hdrs off
refresh_pattern ^ftp:           1440    20%     10080
refresh_pattern ^gopher:        1440    0%      1440
refresh_pattern .               0       20%     4320
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl webserver src 200.198.50.14/255.255.255.255
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563 84
acl Safe_ports port 80 84 # http
acl Safe_ports port 21 20 # ftp
acl Safe_ports port 443 563 # https
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl Safe_ports port 70 81 82 19638 19830 8080
acl Safe_ports port 152 520 888 1024
acl CONNECT method CONNECT
acl Rede_FJP src 10.21.24.0/255.255.252.0 200.198.50.0/255.255.255.0
acl Rede_Prodemge src 200.251.196.0/255.255.255.0 200.198.23.0/255.255.255.0
acl Libera_Servidor_WEB_FJP url_regex www.fjp.gov.br www.fjp.mg.gov.br 
200.198.50.2 www.eg.fjp.mg.gov.br intranet.fjp.mg.gov.
br 190.84.224.185
acl Bloqueia_chat url_regex -i "/etc/squid/regras/Bloqueia_chat"
acl Bloqueia_mp3 url_regex -i "/etc/squid/regras/Bloqueia_mp3"
acl Bloqueia_sexo url_regex -i "/etc/squid/regras/Bloqueia_sexo"
acl Bloqueia_radios url_regex -i "/etc/squid/regras/Bloqueia_radios"
acl Bloqueia_jogos url_regex "/etc/squid/regras/Bloqueia_jogos"
acl Bloqueia_msn_orkut_proxies url_regex -i 
"/etc/squid/regras/Bloqueia_msn_orkut_proxies"
acl Bloqueia_youtube url_regex -i youtube.com
acl Excecoes_de_bloqueios url_regex -i "/etc/squid/regras/excecoes_de_bloqueios"
acl Horario_Liberado time MTWHF 12:00-13:00
acl Bloqueia_videos url_regex -i "/etc/squid/regras/Bloqueia_videos"
acl Bloqueia_Downloads url_regex -i "/etc/squid/regras/Bloqueia_Downloads"
acl Bloqueia_tipos_mime rep_mime_type -i "/etc/squid/regras/Bloqueia_tipos_mime"
acl Bloqueia_sites_de_downloads url_regex 
"/etc/squid/regras/Bloqueia_sites_de_downloads"
acl Bloqueia_malwares url_regex -i "/etc/squid/regras/Bloqueia_malwares"
acl Bloqueia_extensoes urlpath_regex -i "/etc/squid/regras/Bloqueia_extensoes"
acl Bloqueia_content_disposition rep_header Content-Disposition -i \.scr
acl Bloqueia_virus_e_trojans url_regex -i 
"/etc/squid/regras/Bloqueia_virus_e_trojans"
acl excecoes_de_maquinas src "/etc/squid/regras/excecoes_de_maquinas"
acl Bloqueia_Skype url_regex ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+
acl Permite_extensoes url_regex -i "/etc/squid/regras/Permite_extensoes"
cache deny QUERY Bloqueia_chat Bloqueia_mp3 Bloqueia_sexo Bloqueia_radios 
Bloqueia_jogos Bloqueia_msn_orkut_proxies Bloqueia_
youtube Bloqueia_videos Bloqueia_Downloads Bloqueia_tipos_mime 
Bloqueia_sites_de_downloads Bloqueia_malwares Bloqueia_extenso
es Bloqueia_content_disposition Bloqueia_virus_e_trojans
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow Libera_Servidor_WEB_FJP
http_access deny Bloqueia_extensoes !Permite_extensoes
http_access allow Excecoes_de_bloqueios
http_access deny Bloqueia_Skype
http_access deny Bloqueia_sexo
http_access deny Bloqueia_mp3
http_access deny Bloqueia_chat
http_access deny Bloqueia_radios !excecoes_de_maquinas
http_access deny Bloqueia_jogos !excecoes_de_maquinas
http_access deny Bloqueia_msn_orkut_proxies !excecoes_de_maquinas
http_access deny Bloqueia_youtube !excecoes_de_maquinas
http_reply_access deny Bloqueia_tipos_mime
http_access deny Bloqueia_videos
http_reply_access deny Bloqueia_content_disposition
http_access deny Bloqueia_Downloads
http_access deny Bloqueia_sites_de_downloads
http_access deny Bloqueia_malwares
http_access deny Bloqueia_virus_e_trojans
http_reply_access allow all
http_access allow Rede_Prodemge
http_access allow Rede_FJP
http_access allow localhost
http_access allow manager webserver
http_access deny manager
http_access deny all
icp_access allow all
miss_access allow all
cache_effective_user squid
cache_effective_group squid
logfile_rotate 4
deny_info ERR_MALWARE Bloqueia_malwares
deny_info ERR_MALWARE Bloqueia_virus_e_trojans
error_directory /usr/share/squid/errors/Portuguese
coredump_dir /cache/squid
redirect_program /usr/bin/squidguard -c /etc/squid/squidguard.conf
deny_info 
http://mail.google.com/mail/?view=chatintro&dest=http%3A%2F%2Fmail.google.com%2Fmail%2F%3Fzx%3Divs1iii8al6h
 Excecoe
s_de_bloqueios
no_cache deny SSL_ports Libera_Servidor_WEB_FJP Bloqueia_chat Bloqueia_mp3 
Bloqueia_sexo Bloqueia_radios Bloqueia_jogos Bloqu
eia_msn_orkut_proxies Bloqueia_youtube Bloqueia_videos Bloqueia_Downloads 
Bloqueia_tipos_mime Bloqueia_sites_de_downloads Blo
queia_malwares Bloqueia_extensoes Bloqueia_content_disposition 
Bloqueia_virus_e_trojans

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Responder a