Hi,
In this project I must use Delphi XE with dbExpress. I'm connecting against a SQL Server 20xx....
There's a customer requesting a TLS 1.2 only setup.
Using sslscan I get this result:
SSL/TLS Protocols:
SSLv2 disabled
SSLv3 disabled
TLSv1.0 disabled
TLSv1.1 disabled
TLSv1.2 enabled
TLSv1.3 disabled
With this setting I'm unable to connect my sample project ( TSQLConnection only ). When activating the connection an error is raised (attached image)
When reactivating the other verions :
SSL/TLS Protocols:
SSLv2 disabled
SSLv3 disabled
TLSv1.0 enabled
TLSv1.1 enabled
TLSv1.2 enabled
TLSv1.3 disabled
Everything works fine.
I'm searching the web, but the only two parameters I found out, are not working with the XE version of dbExpress. I wondering if there's any way to connect to SQL Server via TLS1.2 only setup.
(https://stackoverflow.com/questions/65050540/tls-1-2-sql-server-and-delphi-client)
Are there any other parameters I can try?
Tia,
Clément