This is weird – i am able to connect via SSH port but can’t via NX protocol port.
but when i uses NX Viewer i can connect w/o problem.
server.cfg
Section “Server”
Name “Connection to localhost”
Host 127.0.0.1
Protocol NX
Port 5001 # this returns “The connection with the server was shut down”. client.crt requires port num?
Authentication password
EndSection
Section “Server”
Name “Connection to localhost with SSH”
Host 127.0.0.1
Protocol system
Port 5002
Authentication password
EndSection
I guess this is bug, since I was able to connect via default 4000 port.
Or, Client.crt needs port num? idk why this is happening. Any help would be appreciated.