Replies: 1 comment
-
I found this in my mesherrors but no idea what it means ------- 3/5/2023, 7:47:19 PM ---- 1.1.4 -------- (node:7256) UnhandledPromiseRejectionWarning: Error: EPERM: operation not permitted, open 'C:\Program Files\Open Source\MeshCentral\meshcentral-data\letsencrypt-certs\staging.crt' |
Beta Was this translation helpful? Give feedback.
-
my config.json is:
{
"settings": {
"cert": "support.mydomain.com",
"_minify": true,
"port": 443,
"redirectPort": 80
},
"letsencrypt": {
"email": "[email protected]",
"names": "support.mydomain.com",
"production": false
}
}
I went ahead to the console and did a resetserver.
The page reloads - I still get the certificate error and if I look at the cert I get
Common Name (CN) support.mydomain.com
Organization (O)
Organizational Unit (OU)
Common Name (CN) MeshCentralRoot-46785f
Organization (O) unknown
Organizational Unit (OU)
Issued On Monday, January 1, 2018 at 12:00:00 AM
Expires On Friday, December 31, 2049 at 12:00:00 AM
So it looks like letsencrypt isn't giving it a cert
I am able to get to support.mydomain.com on both via http: and https: externally - I just get the cert error and the cert isn't from letsencrypt.
Beta Was this translation helpful? Give feedback.
All reactions