Quote from: Filipp Sudanov on February 17, 2026, 11:07:34 PMHi and welcome back
Mobile app expects the endpoint to be https, while server module produces only http. Prior to 6.0.2 recommendation was to put nginx in reverse proxy mode. In 6.0.2 now includes reproxy, which is started by server process. You need to generate certificate files and then the following server config should work:
Code Select ExpandCode Select[WEBAPI]
TLSEnable = yes
TLSCertificate = /opt/netxms/etc/server.crt
TLSCertificateKey = /opt/netxms/etc/server.key
TLSPort = 8443
Documentation is a bit behind because this is work in progress, but should be updated soon.
Thanks a lot. I tried to configure the built-in reproxy according to the instructions, but it won't start. And I dont know why


