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?
-
Thanks for reply. We did follow that doc to set up this, but failed to setup client mode:
– connection is good between two TLS-enabled KDB servers;
-but from a client server like an algo/pricing server, we cannot make connection to the TLS-enabled server using the following. Can anybody suggest a correct way for that?
new kx.c("tcps://hostserver, port, Environment.UserName + ":mypassword");
q)h:hopen`:tcps://hostname:port[:username:password]