I am having issues getting an Ignition 7.9.20 Docker image to connect to a database installed on the host machine.
The host machine is running Windows 10 and has SQL Server Express 17 installed.
This same setup works great for many 7.8.x Docker images, 7.9.18, and many of 8.1.x Docker images.
The error is:
Cannot create PoolableConnectionFactory (The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "No appropriate protocol (protocol is disabled or cipher suites are inappropriate)".)
The gateway on 7.9.20 was imported from an export made on a 7.9.18 Docker image that connected to the database just fine.
Let me know what additional information is required.