Francisco Martinez Espadas wrote: > Hello, I can not access to Spotify and the error I see in the log file > is: > > TCP_DENIED/403 0 CONNECT https://A2.spotify.com:4070 > TCP_DENIED/403 0 CONNECT https://A1.spotify.com > TCP_DENIED/403 0 CONNECT https://A3.spotify.com:443 > > My squid.conf contains the following: > > acl port SSL_ports 443 563 444 4070 8081 > This acl is bad, you need to use port type after the name, something like: acl SSL_ports port 443 563 444 4070 8081 Did you run 'squid -k parse' to check your sintax? > http_access deny CONNECT! SSL_ports > > Any ideas? > > Thank you. > -- Jorge Armando Medina Computación Gráfica de México Web: http://www.e-compugraf.com Tel: 55 51 40 72, Ext: 124 Email: jmedina@xxxxxxxxxxxxxxx GPG Key: 1024D/28E40632 2007-07-26 GPG Fingerprint: 59E2 0C7C F128 B550 B3A6 D3AF C574 8422 28E4 0632