i notice that meshcentral-events.db starts from scratch everytime service runs. But i can not find a way to browse this events database.
Posts made by alesribic
-
RE: MeshCentral2 Let's Encrypt cert not created
-
RE: MeshCentral2 Let's Encrypt cert not created
I think the same. But now i try to open DB file with events. Im looking for DB password to open database.
-
RE: MeshCentral2 Let's Encrypt cert not created
I have windows installation. If restart is needed, i restart service inside services panel.
This is from event viewer:
Starting C:\Program Files\nodejs\node.exe --harmony "C:\Program Files\Open Source\MeshCentral\node_modules\node-windows\lib\wrapper.js" --file "C:\Program Files\Open Source\MeshCentral\winservice\winservice.js" --log "MeshCentral wrapper" --grow 0.5 --wait 2 --maxrestarts 3 --abortonerror n --stopparentfirst undefined -
RE: MeshCentral2 Let's Encrypt cert not created
no such file in any directory. File "meshcentral-events" is growing with service restart to 350kB, but how to browse it?
-
RE: MeshCentral2 Let's Encrypt cert not created
Nothing. It is like before i set LE settings. No errors, no signs. Is there any LOG about LE?
I can see meshcentral-events database to grow, but where can i see those events? -
RE: MeshCentral2 Let's Encrypt cert not created
No, test was also not successful. I was looking for any LOG, but i could not find any
-
RE: MeshCentral2 Let's Encrypt cert not created
In the UserManual section 11 it describes exactly what i need. No traces of reverse proxy.
-
RE: MeshCentral2 Let's Encrypt cert not created
I did not understand it that way. Anyway, what guide should i follow to get LE directly from MC?
-
RE: MeshCentral2 Let's Encrypt cert not created
As far as i know, NO. Is there any description how to go thru certification?
-
RE: MeshCentral2 Let's Encrypt cert not created
Thanks for your feedback. I have set it to true, restart service and since that time (alomste 4 hours ago) no change. No subfolder no certificate. Is there any log to investigate?
-
MeshCentral2 Let's Encrypt cert not created
Having windows installation ver.0.4.1-r from today. I went thru manuals for SSL Let's Encrypt. I attached config.json. So LetsEncrypt subfolder is not created even 1 day waiting.
This is my config.json
{
"settings": {
"cert": "MyDomain",
"wanonly": true,
"_minify": true,
"letsencrypt": {
"email": "MyEmail",
"names": "MyDomain",
"rsaKeySize": 3072,
"production": false
},
"webrtc": true,
"allowhighqualitydesktop": true },
"domains": {
"": {
"title": "RDP support"
}
}
} -
RE: MeshCentral LE production cert
Anyone? I went thru manuals evrything seems ok but no success. LetsEncrypt subfolder is not created even if production is false
This is my config.json
{
"settings": {
"cert": "MyDomain",
"wanonly": true,
"_minify": true,
"letsencrypt": {
"email": "MyEmail",
"names": "MyDomain",
"rsaKeySize": 3072,
"production": true
},
"webrtc": true,
"allowhighqualitydesktop": true },
"domains": {
"": {
"title": "RDP support"
}
}
} -
RE: MeshCentral LE production cert
@scottalanmiller I have set all as described in manual. Port 80 is open port 444 for SLL is also open
letsdebug.net shows green. But no certificate is created. Is there any log?
BTW: i have windows installation