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

--- Comment #9 from Christopher Schultz <ch...@christopherschultz.net> ---
(In reply to Azat from comment #5)
> I did patch both tomcat7 src and tomcat-native with the patches you provided.
> Results are kind of strange. 

Patching Tomcat 7 would indeed be strange. The patches are for Tomcat 9 trunk.
Assuming we can get them to work, they will be back-ported to 8.5.x and 7.0.x
in that order.

Could you try testing with Tomcat 9 by any chance?

> sslabs test (which now supports RFC 8446 version )
> and htbridge SSLServer test [work]

That's probably because they are only performing the TLS handshake. When I try
with openssl s_client, the handshake is successful, but issuing a "GET /"
request fails.

> chrome 70 Beta with final
> version of TLS version enabled I wasn't able to connect to my site.Chrome
> beta showed me ERR_CONNECTION_ABORTED message

I think this is the same thing I saw with s_client, as you did as well:

> read R BLOCK
> read:errno=0

I think this is a bug in Tomcat which is triggered by something unique to TLS
1.3.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to