Ssl in direct mode

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
dalekseev
Posts: 1
Joined: Fri 30 Apr 2021 09:26

Ssl in direct mode

Post by dalekseev » Sat 08 May 2021 12:49

Hello Team,

I have a few questions regarding the SSL connection. Can I use the driver (from .net core 3.1) to connect to the database over SSL in direct mode? and what are the limitations?

Thanks.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Ssl in direct mode

Post by Shalex » Sat 08 May 2021 14:00

SSL in the Direct connection mode is supported in .NET Standard 2.0/2.1 compatible assemblies, but is not supported in .NET Standard 1.3 compatible assemblies.

Refer to:
* https://www.devart.com/dotconnect/oracl ... ility.html
* https://www.devart.com/dotconnect/oracl ... pport.html

Post Reply