Home › Forums › kdb+ › how does a client server make connection to TLS enabled KDB server? › Re: how does a client server make connection to TLS enabled KDB server?
-
Hi,
There is a version of the C# interface here https://github.com/KxSystems/csharpkdb
that has an optional `useTLS` parameter: csharpkdb/kx/c.cs at main KxSystems/csharpkdb (github.com)
Thanks,
Eoghan