New TLS 1.2 support - SQL Server

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
tonymeadors
Posts: 35
Joined: Wed 28 Feb 2007 17:56

New TLS 1.2 support - SQL Server

Post by tonymeadors » Mon 13 Jan 2020 16:31

Our SQL Server clients are very happy this has been added.

The only reference I really see about this is in the new features
lists for 8.1.2.

SQLServer data provider
Added TLS 1.2 support in the Direct mode.

So if my SQL Server Database is TLS 1.2 only
is that it? Is there no connection string or specific option to set?

Perhaps the connection 'negotiates'...hmmm.

Question:
Don't I need to set any value on the UNIDAC side to indicate we
will use TLS 1.2 rather than 1.1?

thanks,
tonyM

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: New TLS 1.2 support - SQL Server

Post by Stellar » Tue 14 Jan 2020 10:40

To use TLS 1.2 in UniDAC, you don't have to configure anything on the client side. When you connect to SQL Server, a list of supported protocols, including "TLS 1.2" is sent to the server.
The server itself decides which protocol to use for data encryption.

tonymeadors
Posts: 35
Joined: Wed 28 Feb 2007 17:56

Re: New TLS 1.2 support - SQL Server

Post by tonymeadors » Tue 14 Jan 2020 14:37

Fabtabulus!

Thanks,
tonyM

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: New TLS 1.2 support - SQL Server

Post by Stellar » Wed 15 Jan 2020 14:03

Glad to see that the issue was resolved.
Feel free to contact us if you have any further questions about our products.

Post Reply