Operating System - Linux
1828963 Members
2055 Online
109986 Solutions
New Discussion

cannot acees to webserver port 8443 in LAN via squid

 
SOLVED
Go to solution
'chris'
Super Advisor

cannot acees to webserver port 8443 in LAN via squid

hi

We have proxy squid/3.0.PRE5 installed on linux debian etch.
We cannot acees to a webserver port 8443 in LAN and we're getiing the following error:


ERROR
The requested URL could not be retrieved

--------------------------------------------------------------------------------

While trying to retrieve the URL: 192.168.1.254:8443

The following error was encountered:

Access Denied.
Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.

Your cache administrator is admin@domain.net



--------------------------------------------------------------------------------

Generated Sat, 31 Jan 2009 17:13:35 GMT by localhost (squid/3.0.PRE5) [/code]


howto solve this problem ?
3 REPLIES 3
'chris'
Super Advisor

Re: cannot acees to webserver port 8443 in LAN via squid

the following entry in squid conf:


acl SSL_ports port 8443


solved my problem !

greetings
chris
Steven E. Protter
Exalted Contributor
Solution

Re: cannot acees to webserver port 8443 in LAN via squid

Shalom,

Check the following:

/etc/services

What is configured on that port number.

netstat -an | grep 8443

See if another daemon is running.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
'chris'
Super Advisor

Re: cannot acees to webserver port 8443 in LAN via squid

thx Steven,

but this webserver is running on the other -> machine (W3k server) and this problem is already solved.

greetings
chris