Hi :
I am trying to access the following sites via https via squid proxy.
https://<ip_address>:10000
https://<ip_address>:19368
In squid .conf I have done this
acl SSL_ports port 10000 19638 # server access
I restarted squid however when I tried to go to the actual web site, my browser just says the below forever:
Waiting for <ip_address>
In the browser settings, proxy setup for SSL connections is on the default port 3128.
Why does the request just sits there and do nothing :?: :oops:
Is there more additions in squid.conf or browser proxy setup for this to work :?: