Skip to content

Add TDS 8.0 support for SQL Server Strict Encryption#1643

Merged
tsegismont merged 2 commits intoeclipse-vertx:masterfrom
tsegismont:tds8
Mar 31, 2026
Merged

Add TDS 8.0 support for SQL Server Strict Encryption#1643
tsegismont merged 2 commits intoeclipse-vertx:masterfrom
tsegismont:tds8

Conversation

@tsegismont
Copy link
Copy Markdown
Member

Closes #1476

This adds support for SQL Server TDS 8.0 protocol which enables strict encryption mode.

The implementation includes:

  • New 'encrypt' option supporting OFF, ON, and STRICT modes
  • TDS 8.0 protocol support with mandatory encryption and certificate validation
  • Backward compatibility with existing encryption behavior
  • Comprehensive test coverage for all encryption modes

Some portions of this content were created with the assistance of Claude Code.

Closes eclipse-vertx#1476

This adds support for SQL Server TDS 8.0 protocol which enables strict encryption mode.

The implementation includes:

- New 'encrypt' option supporting OFF, ON, and STRICT modes
- TDS 8.0 protocol support with mandatory encryption and certificate validation
- Backward compatibility with existing encryption behavior
- Comprehensive test coverage for all encryption modes

Some portions of this content were created with the assistance of Claude Code.

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
Workaround for microsoft/mssql-docker#951

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
@tsegismont tsegismont merged commit f853f75 into eclipse-vertx:master Mar 31, 2026
20 checks passed
@tsegismont tsegismont deleted the tds8 branch April 1, 2026 09:04
tsegismont added a commit to tsegismont/vertx-sql-client that referenced this pull request Apr 7, 2026
Follows-up on eclipse-vertx#1643

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
tsegismont added a commit that referenced this pull request Apr 7, 2026
Follows-up on #1643

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support to TDS-8.0 for vertx-mssql-client

1 participant