https://bz.apache.org/bugzilla/show_bug.cgi?id=58437

--- Comment #9 from Javier Gusano Martinez <[email protected]> ---
(In reply to Stefan Eissing from comment #7)
> H2Direct is on for cleartext, this is not a developer mode, see rfc 7540
> Section 3.4. As H2Direct needs to be checked *before* the first request is
> seen, it does only work in servers, not vhosts on cleartext.
> Documentation/checks need to be added.
> 
> Something must prevent the Upgrade from happening on your site, maybe a bug
> triggered by your config? I see the Upgrade performed on my test server from
> httpd/trunk.

Hi Stefan! Yes, you're right, the h2c direct is on rfc... I was wrong... I have
changed the "httpd.conf" according your indications. Now the "H2Direct on" is
on it! and the "httpd-vhosts.conf" contains:
<VirtualHost *:80>
...
    Protocols h2c http/1.1
    ProtocolsHonorOrder on
    H2AltSvc h2=:443
</VirtualHost>

<VirtualHost *:443>
...
    Protocols h2c http/1.1
    ProtocolsHonorOrder on
    H2AltSvc h2c=:80
</VirtualHost>

I can confirm you that now HTTP/2 Cleart text is working correctly on port 80
(upgrade and direct mode). One more time, thanks you Stefan!

But..., the HTTP/2 over port 443 doesn't works... Maybe I forgot enable or
install some plugin... could you check if the directives for the virtualhost on
port 443 are correct for HTTP/2 (h2)? Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to