R
R
romankulish52017-12-20 12:19:34
Squid
romankulish5, 2017-12-20 12:19:34

How to configure in squid to work transition to a site with a non-standard port?

Hello.
Help me please. Could you tell me how to configure squid so that the transition to a site with a non-standard port works?
let's say I go to the site test.com, and if there is some kind of panel and I need to go test.com:123, then I get an error. Searched can't find. Maybe somehow I’m asking Google the wrong question, point me to the right path. How to fix? Or where can I read about it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
CityCat4, 2017-12-20
@CityCat4

In the squid.conf config. There are a lot of examples - in fact, the entire config is one giant example. There is also a squid site, where each directive is discussed in sickening detail, and a wiki, where there are hundreds of examples.

S
sazhyk, 2018-01-03
@sazhyk

If you have a site running on HTTPS on a "non-standard" port, then simply add it to the SSL_PORTS ACL or whatever it is called there, allow the CONNECT method on it.
acl SSL_ports port 443usually this is a line
Add it
Either way
Well, it's the same for HTTP.
acl Safe_ports port 80 12345

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question