Replies: 1 comment 2 replies
-
The All ur domains things should really be inside the Also, I've never heard of the command Only the Also the could be a bug in the code? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am a Chinese user and my English is not very good. Please forgive me!Last week, I updated my MeshCentral from v0.9.84 to the latest v1.1.29.After the update was completed, about a hundred nodes were prompted with error messages:"Self Update FAILED because the downloaded agent FAILED hash check (1), URL: https://192.168.251.21:443/meshagents?id=3".


The "Desktop" tab of the machine that prompted is missing and displays "MeshCore Recovery"

After checking many issues on GitHub, I found that the URL in the error message“ https://192.168.251.21:443/meshagents?id=3 "Unable to access.

The meshagents page is also inaccessible

Later it was discovered that the reason was that I had added the following information in the configuration file:

This caused my login page to become ''https://192.168.251.21/login/"

When I added '/login/' to the 'https://192.168.251.21:443/meshagents?id=3' and 'https://192.168.251.21:443/meshagents' links, they were both accessible normally.
like this:
So I batch executed 'agentupdateex https://192.168.251.21:443/login/meshagents?id=3' in the collective instruction ,Solved the above problem.

My question is, how to make the download path automatically updated by the agent also include the "/login/"?
Beta Was this translation helpful? Give feedback.
All reactions