[squid-users] Secure connection is not working.

From: CGI <synecoro@dont-contact.us>
Date: Mon, 23 Jul 2001 11:01:04 -0400 (EDT)

I trying to access an https site
(https://www.dxnow.com, for example) but every time I
receive an error:

-**-**-**-**-**-
The requested URL could not be retrieved
While trying to retrieve the URL: http:443
The following error was encountered:
Unable to determine IP address from host name for http
The dnsserver returned:

Name Error: The domain name does not exist.
This means that:

 The cache was not able to resolve the hostname
presented in the URL.
 Check if the address is correct.
-**-**-**-**-**-

From the squid computer using nslookup I am able to
resolve the name, but
using "client https://www.dxnow.com" I received the
same error.

I have a simple configuration in my squid.conf to
allow SSL on port 443:

acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
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 CONNECT method CONNECT
# Deny requests to unknown ports
http_access deny !Safe_ports

# Deny CONNECT to other than SSL ports
http_access deny CONNECT !SSL_ports

Something is missing in my configuration or, what is
wrong, if somebody can help me?

Thanks

_______________________________________________________
Do You Yahoo!?
Get your free @yahoo.ca address at http://mail.yahoo.ca
Received on Mon Jul 23 2001 - 09:01:06 MDT

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