You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2020/05/07 11:56:43 UTC

[Bug 64368] SSLVerifyClient in location context broken

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

--- Comment #10 from Peter Pramberger <pe...@pramberger.at> ---
PHA is incompatible with HTTP/2 (see RFC8740), that's the reason why it is
disabled by default.

https://hg.mozilla.org/mozilla-central/rev/1bb8ad865648:

// Turn off post-handshake authentication for TLS 1.3 by default,
// until the incompatibility with HTTP/2 is resolved:
// https://tools.ietf.org/html/draft-davidben-http2-tls13-00
pref("security.tls.enable_post_handshake_auth", false);

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org