Deploying MeshCentral with Let's Encrypt #7396
Closed
primetecabt
started this conversation in
General
Replies: 0 comments
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 have MeshCentral installed on a VPS server running Debian 13 version 1.1.53, using MongoDB as the database, with the following configuration:
{
"$schema": "http://info.meshcentral.com/downloads/meshcentral-config-schema.json",
"settings": {
"cert": "acesso.deskinfocontrol.com.br",
"MongoDb": "mongodb://127.0.0.1:27017/meshcentral",
"WANonly": true,
"port": 443,
"redirPort": 80,
"AgentPong": 300,
"TLSOffload": false,
"SelfUpdate": false,
"AllowFraming": "false",
"WebRTC": "true",
"AutoBackup": {
"backupPath": "/etc/meshcentral/meshcentral-backups",
"backupInvervalHours": 24,
"keepLastDaysBackup": "7"
}
},
"domains": {
"": {
"title": "Infocontrol Remoto",
"loginPicture": "logo_144x144.png",
"title2": "Soluções Inteligentes",
"minify": true,
"NewAccounts": "false",
"_userNameIsEmail": true,
"certUrl": "https://acesso.deskinfocontrol.com.br",
"agentCustomization": {
"displayName": "Infocontrol Remoto Desktop",
"description": "Serviço em Segundo Plano do Agente Prime",
"companyName": "Infocontrol Remoto",
"serviceName": "Agente Infocontrol",
"_image": "logo_144x144.png",
"fileName": "infocontrol_remoto",
"installText": "Clique nos botões INSTALAR ou CONECTAR. Após instalado, o software é executado em segundo plano permitindo o seu gerenciamento.",
"foregroundColor": "#F0F8FF",
"backgroundColor": "#4682B4"
},
"agentFileInfo": {
"icon": "icon.ico",
"fileDescription": "Infocontrol Remoto Desktop",
"fileVersion": "1.0.0.0",
"internalName": "infocontrol_remoto",
"legalCopyright": "Todos os Direitos Reservados ao Desenvolvedor",
"originalFilename": "infocontrol_remoto",
"productName": "Infocontrol Remoto",
"productVersion": "v1.0"
}
},
}
However, when loading MeshCentral with the command "node node_modules/meshcentral/ --debug cert" .... I receive the output below, but it seems to be stuck.
MeshCentral HTTP redirection server running on port 80.
MeshCentral v1.1.53, WAN mode.
CERT: loadCertificate() - Loading certificate from acesso.deskinfocontrol.com.br :443, Hostname: acesso.deskinfocontrol.com.br...
MeshCentral Intel(R) AMT server running on acesso.deskinfocontrol.com.br:4433.
Server letsencrypt has no users, next new account will be site administrator.
MeshCentral HTTPS server running on acesso.deskinfocontrol.com.br:443.
CERT: loadCertificate() - TLS connected, got certificate.
Loaded web certificate from "https://acesso.deskinfocontrol.com.br", host: "aces so.deskinfocontrol.com.br"
SHA384 cert hash: 4e7c67873a7bce7cd8bcc1a4be3a46dc0c771493843fff4ed01f50370f2e 1cb55ee12947485b5ad56633fcac3a3b627d
SHA384 key hash: cce77e4c35181f870c2542d6842fc1725c6c9bc7d00453799ddccad93ec62 148e6f515d6984bc82ccf93a4f8aca2f404
Currently, the domain is being handled by Cloudflare's free service, but I've disabled their proxy.
The test performed by Let's Debug is also included:
I would greatly appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions