- Issue created by @scrypter
- 🇵🇱Poland shumer Wroclaw
That's an interesting request, I never had a setup like that so it's hard to provide proper details here (unless someone who used that module with that setup can share knowledge)
I can only imagine that Drupal can talk to Varnish avoiding the PROXY in case you can tell Varnish to bin the additional port to support that
varnishd \ -a :80 \ -a :8443,PROXY \ # Existing PROXY-enabled port for Hitch -a :6087 # New port for direct connections from adv_varnish -f /etc/varnish/default.vcl \ -s malloc,2g
You should not need to hack Guzzle then, Drupal should be able to reach Varnish on that port.
(But that's just my theory)