You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to set up a forward proxy with HTTP/2. Unfortunately, it seems like mod_http2 just ignores mod_proxy if it has "ProxyRequests On". Instead, http GET proxy requests just return index.html (!), and https proxy requests (CONNECT) fail with some kind of protocol error.
Disabling mod_http2 makes everything work again, over HTTP/1.1.
Is there a trick to making this work? Or is it just a bug?
The text was updated successfully, but these errors were encountered:
@bemasc I think you have run into undiscovered country here. I have never tested mod_http2 in a forward proxy setup. That it fails right at CONNECT is probably all to the good.
So, currently unsupported. You can make an "enhancement" issue out of this one, but I do not foresee to have myself time to work on this in the near future.
bemasc
changed the title
mod_http2 not respecting mod_proxy with ProxyRequests On
Feature: support forward proxying
Feb 13, 2017
I'm trying to set up a forward proxy with HTTP/2. Unfortunately, it seems like mod_http2 just ignores mod_proxy if it has "ProxyRequests On". Instead, http GET proxy requests just return index.html (!), and https proxy requests (CONNECT) fail with some kind of protocol error.
Disabling mod_http2 makes everything work again, over HTTP/1.1.
Is there a trick to making this work? Or is it just a bug?
The text was updated successfully, but these errors were encountered: