This is a discussion on ssl connect method - modssl ; Having issues getting modsll to use method "connect" to an upstream squid cache. client----https----Apache2----connect----squid----https----web_server modssl can do a get https request direct to the web server but I'd I'm trying to get it to do it via a upstream squid ...
Having issues getting modsll to use method "connect" to an upstream
squid cache.
client----https----Apache2----connect----squid----https----web_server
modssl can do a get https request direct to the web server but I'd I'm
trying to get it to do it via a upstream squid proxy using the Proxy
Remote directive.
Problem is the requests are not being sent to the upstream as
encapsulated https; aka connect methos, but rather as GET https
requets.
This causes a problem for squid as it doen not support http -> https
How do I force apache2 to use the connect method to the upstream proxy?
TA