hello, 
sorry but I do not write in english I had to translate it with google.

I have a problem with the proxy server, install it with the default parameters 
with the following modifications:

acl SSL_ports port 443 21
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # 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 # multilingual http
acl CONNECT method CONNECT

# Only allow cachemgr access from localhost
http_access allow manager localhost
http_access deny manager
# Deny requests to unknown ports
http_access deny! Safe_ports
# Deny CONNECT to other than SSL ports
http_access deny CONNECT! SSL_ports
#

probe with several configurations but I can not save the problem.

what would be the correct configuration to work well?.

For http requests works fine.
example:

ERROR
El URL solicitado no se ha podido conseguir

Se encontró el siguiente error al intentar recuperar la dirección URL: 
http://argenteam.net/

    Acceso Denegado

La configuración de control de acceso evita que su solicitud sea permitida en 
este momento. Por favor, póngase en contacto con su proveedor de servicios si 
cree que esto es incorrecto.


For https requests the squid rejects the connection.
example:
url: https://www.youtube.com

El servidor proxy está rechazando las conexiones

Firefox está configurado para usar un servidor proxy que está rechazando las 
conexiones.

    Verifique las opciones de proxy para confirmar que están correctas.

-- 
-- 
-- 
Marcelo J. Martinez 
PROGRAMADOR Y SOPORTE TÉCNICO 
DEPARTAMENTO DE DESARROLLOS INFORMATICOS 
--------------------------------- 
Asoprofarma Coop. Prov. Ltda. 
Crisologo Larralde 6342 (C1431AQH) 
C.A.B.A. Buenos Aires Argentina 
Tel Directo (54 11) 4573 8034 
[ mailto:[email protected] | [email protected] ]
El contenido del presente mensaje y sus adjuntos es privado, estrictamente 
confidencial y exclusivo para su destinatario, pudiendo contener informacion 
protegida por normas legales y de secreto profesional. Bajo ninguna 
circunstancia su contenido puede ser transmitido o revelado a terceros ni 
divulgado en forma alguna. En consecuencia de haberlo recibido por error, 
solicitamos contactar al remitente y eliminarlo de su sistema. AHORRE PAPEL. 
PIENSE ANTES DE IMPRIMIR.

_______________________________________________
squid-users mailing list
[email protected]
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to