Re: mod_proxy_http2 sni ?

2017-02-23 Thread Steffen
Sent to your email address. On Thursday 23/02/2017 at 10:24, Stefan Eissing wrote: Steffen, can you get a http2:trace2 log of such a curl request? Am 22.02.2017 um 12:52 schrieb Steffen : Picking up the good host now. With a download chrome says in Status bar:

Re: mod_proxy_http2 sni ?

2017-02-23 Thread Stefan Eissing
Steffen, can you get a http2:trace2 log of such a curl request? > Am 22.02.2017 um 12:52 schrieb Steffen : > > Picking up the good host now. > > With a download chrome says in Status bar: starting, and stays there. > > Curl hanging: > > 0 14.4M0 327670 0

Re: mod_proxy_http2 sni ?

2017-02-22 Thread Steffen
Picking up the good host now. With a download chrome says in Status bar: starting, and stays there. Curl hanging: 0 14.4M0 327670 0 27237 0 0:09:17 0:00:01 0:09:16 27237 0 14.4M0 327670 0 14873 0 0:17:01 0:00:02 0:16:59 14873 0 14.4M0 32767

Re: mod_proxy_http2 sni ?

2017-02-22 Thread Stefan Eissing
You can try now in v1.9.1 if it works as needed now. > Am 17.02.2017 um 16:11 schrieb Steffen : > > Looks like the same, is not looking for the host as with 1.1 > > It is on my wish list for 2.4.26 > > > >> Op 16 feb. 2017 om 11:38 heeft Stefan Eissing

Re: mod_proxy_http2 sni ?

2017-02-17 Thread Steffen
Looks like the same, is not looking for the host as with 1.1 It is on my wish list for 2.4.26 > Op 16 feb. 2017 om 11:38 heeft Stefan Eissing > het volgende geschreven: > > Is this the same as https://github.com/icing/mod_h2/issues/124 ? > > It seems that the

Re: mod_proxy_http2 sni ?

2017-02-16 Thread Stefan Eissing
Is this the same as https://github.com/icing/mod_h2/issues/124 ? It seems that the ProxyPreserveHost is not (correctly) implemented. > Am 16.02.2017 um 10:42 schrieb Steffen : > > > Have an Apache ssl only in front of an Apache on port 80 with several vhosts. > > In

mod_proxy_http2 sni ?

2017-02-16 Thread Steffen
Have an Apache ssl only in front of an Apache on port 80 with several vhosts. In front have: ProtocolsHonorOrder On Protocols h2 http/1.1 LoadModule http2_module modules/mod_http2.so ProxyPass / http://127.0.0.1:80/ ProxyPassReverse / http://127.0.0.1:80/ In backend have: