eclipse-vertx / vertx-sql-client

High performance reactive SQL Client written in Java
Apache License 2.0
877 stars 195 forks source link

Align TLS fragments size with negotiated TDS packet size #1438

Closed tsegismont closed 1 month ago

tsegismont commented 1 month ago

See #1433

When TLS fragments are bigger than the negotiated TDS packet size, the server may close the connection abruptly.

On TLS fragments see https://datatracker.ietf.org/doc/html/rfc5246#section-6.2.1

tsegismont commented 1 month ago

Thanks for the quick review!