Replies: 3 comments 2 replies
-
certURL should be set to the URL of the nginx proxy (the domain that the devices connect to) |
Beta Was this translation helpful? Give feedback.
-
I have done it. :) :) :)
My Meshcentral is now up and running. I have some clean up to do as per removing some old agents on some remote computer workstations. |
Beta Was this translation helpful? Give feedback.
-
Nice and thank you. Glad MeshCentral is helpful. For anyone else, I have a YouTube video covering the basics of MeshCentral and reverse-proxies here. I setup NGINX in the video, but the same theory should apply to any other reverse proxy. |
Beta Was this translation helpful? Give feedback.
-
Setup:
Internet <------> abc.athome.net <---------> VM remote.something.info
2.remote.something.info (debian)running meshcentral.
Installed and ran certbot (certbot --nginx -d remote.something.info) while logged on abc.athome.net . Before doing so checked with letsdebug and got green light. Chose #2 to make changes to ../sites-available/remote.something.info
restart nginx and then meshcentral I get:
Meshcentral startup error:
Failed to load web certificate at: "https://remote.something.info", host: "remote.something.info"
relevant config.json statements:
"cert": "remote.something.info",
"certUrl": "https://remote.something.info",
Im thinking I screwed up because abc.home.net is a incorrect domain name to use (its legacy to my network) and will cause problems with certs and possibly remote agents.
Fix?
rename abc.athome.net to something like abc.something.info / update
"cert": "remote.something.info",
"certUrl": "https://abc.something.info",
Sorry to sound stupid but I am self taught and just missing some puzzle pieces.
Beta Was this translation helpful? Give feedback.
All reactions