Issue Connecting to SQL Server

Just started working with 6x after using 5x for awhile. Running into an issue trying to setup a SQL Server datasource:

“encrypt” property is set to “false” and “trustServerCertificate” property is set to “true” but the driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption: Error: The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12]. ClientConnectionId:6f9b6310-dbd5-423d-8e89-ea1bb3af367a"

Sounds like Lucee or IIS is picking a version not supported in SSMS 20.2? How can I solve this?

OS: Windows 10 Pro
IIS 10.0.19041.1
Lucee Version: 6.1.1.118 Running the version of tomcat that came with it.