Home › Forums › KX Solutions › Dashboards Direct TLS Connection › Re: Dashboards Direct TLS Connection
-
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