Really hate that in SQL Server 2022 Microsoft added the ability to enforce strict encryption (TLS wrapped TDS) but failed to implement support for this in the SQL Agent and apparently other commonly used tools/functionality.
I mean, who needs the agent, logs shipping, or replication?
The following features or tools still use previous version of drivers that don't support TDS 8.0, and as such, might not work with the strict connection encryption:
Always On availability groups
Always On failover cluster instance (FCI)
SQL Server Replication
Log Shipping
SQL Server CEIP service
SQL Server Agent
Database Mail
Linked Servers
Polybase connector to SQL Server
SQL VSS Writer