KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

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?

  • renbright

    Member
    August 11, 2023 at 12:00 am

    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]