KX Community

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

Home Forums KX Solutions Dashboards Direct TLS Connection Re: Dashboards Direct TLS Connection

  • davidcrossey

    Member
    August 12, 2022 at 12:00 am

    Hey Dunny,

    Could you try stracing the dashboards process to see if it tries opening with tcps? E.g.

    strace -tty -p {dash_pid}.

    You should see something like the following:

     

    02:24:46.784671 read(0</dev/pts/17>, "h:hopen `:tcps://localhost:10001"..., 4080) = 33 ... 
    02:24:47.306400 setsockopt(10<socket:[4120184947]>, SOL_TCP, TCP_NODELAY, [1], 4) = 0 
    02:24:47.306473 setsockopt(10<socket:[4120184947]>, SOL_SOCKET, SO_KEEPALIVE, [1], 4) = 0 
    02:24:47.306541 setsockopt(10<socket:[4120184947]>, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0

    Cheers,

    David