eclipse-vertx / vertx-sql-client

High performance reactive SQL Client written in Java
Apache License 2.0
894 stars 200 forks source link

Align TLS fragments size with negotiated TDS packet size #1438

Closed tsegismont closed 6 months ago

tsegismont commented 6 months 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 6 months ago

Thanks for the quick review!