Hello ddrucker,
if the NoMachine network daemon (nxd) is configured on the server to listen on a different port, it’s necessary to modify the web connection settings as you probably already did.
But also it’s necessary to modify client.crt
file.
Assuming hots wasnt changed, and in Server Section is used localhost
or 127.0.0.1
,
but NXD port changed to 4400
”
Update the client.crt file, on Linux /var/NX/nxhtd/.nx/config/client.crt
, to have:
Host:localhost 4400
-----BEGIN CERTIFICATE-----
(...)
-----END CERTIFICATE-----
Host:127.0.0.1 4400
-----BEGIN CERTIFICATE-----
(...)
-----END CERTIFICATE-----
Please check article bellow for more details,
https://knowledgebase.nomachine.com/AR06N00888