mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-26 23:25:53 -05:00
meshcore.js fix when updating older agents.
This commit is contained in:
parent
67fd1e7825
commit
c852a3d160
@ -3800,6 +3800,7 @@ function createMeshCore(agent) {
|
|||||||
sendAgentMessage('Self Update failed, because the url cannot be verified', 3);
|
sendAgentMessage('Self Update failed, because the url cannot be verified', 3);
|
||||||
throw new Error('BadCert');
|
throw new Error('BadCert');
|
||||||
}
|
}
|
||||||
|
if (certs[0].digest == null) { return; }
|
||||||
if ((checkServerIdentity.servertlshash != null) && (checkServerIdentity.servertlshash.toLowerCase() != certs[0].digest.split(':').join('').toLowerCase())) {
|
if ((checkServerIdentity.servertlshash != null) && (checkServerIdentity.servertlshash.toLowerCase() != certs[0].digest.split(':').join('').toLowerCase())) {
|
||||||
sendConsoleText('Self Update failed, because the supplied certificate does not match', sessionid);
|
sendConsoleText('Self Update failed, because the supplied certificate does not match', sessionid);
|
||||||
sendAgentMessage('Self Update failed, because the supplied certificate does not match', 3);
|
sendAgentMessage('Self Update failed, because the supplied certificate does not match', 3);
|
||||||
|
Loading…
Reference in New Issue
Block a user