Details
Description
The TLS negotiation in our RPC protocol assumes a whole number of round trips between client and server. For TLS 1.3, the exchange has 1.5 round trips (the client is the last sender rather than the server) which breaks negotiation. Most tests thus fail with OpenSSL 1.1.1.
We should temporarily disable TLS 1.3 and then fix RPC to support this.
Attachments
Issue Links
- is related to
-
KUDU-2427 Add support for Ubuntu 18.04
- Resolved