I have an asp.net core 3.1 API and it run on docker container. Docker work on Linux server and when asp.net Core API try to connect to Microsoft SQL Server (work on Window Server 2016) get an error like this:
System.Data.SqlClient.SqlException (0x80131904): A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 31 - Encryption( ssl /tls) handshake failed)**
API work on http but API Gateway is https.