[Errno 2] No such file or directory: '/home/cyberpanel/git'. [IncScheduler.git:90]

Hi, I’ve been given the keys to an VPS to host a site for a project I’m working on and I’m feeling somewhat out of my depth. I’m very new to this, so please explain to me like I’m five.

Let’s Encrypt is running auto-renewal everyday and although there is an SSL generated for both the site and the mail domain I get the below error message:

[Errno 2] No such file or directory: ‘/home/cyberpanel/git’. [IncScheduler.git:90]

The site is still not certified and mails are still being bounced. I’ve tried searching the forums but I’ve not found much. I’m sure I’m missing something obvious.

Looking at the time of the error code, it appears hours after the auto-renew. I’m guessing that it’s connected… Maybe I’m missing something in the config that’s causing this. DNS appears to be fine.

[11.25.2022_02-00-04] Checking SSL for mail.intervalle-arts.com.
[11.25.2022_02-00-04] SSL exists for mail.intervalle-arts.com. Checking if SSL will expire in 15 days…
[11.25.2022_02-00-04] SSL exists for mail.intervalle-arts.com and is not ready to renew, skipping…
[11.26.2022_00-00-03] [Errno 2] No such file or directory: ‘/home/cyberpanel/git’. [IncScheduler.git:90]
[11.26.2022_02-00-03] Running SSL Renew Utility
[11.26.2022_02-00-04] Checking SSL for intervalle-arts.com.
[11.26.2022_02-00-04] SSL exists for intervalle-arts.com. Checking if SSL will expire in 15 days…
[11.26.2022_02-00-04] SSL exists for intervalle-arts.com and is not ready to renew, skipping…
[11.26.2022_02-00-04] Checking SSL for mail.intervalle-arts.com.
[11.26.2022_02-00-04] SSL exists for mail.intervalle-arts.com. Checking if SSL will expire in 15 days…
[11.26.2022_02-00-04] SSL exists for mail.intervalle-arts.com and is not ready to renew, skipping…

Edit: when I try sending mails from mail.domain.com I get an error message telling me the certificate is out of date and the server can’t be verified. The out of date certificate is from Let’s Encrypt and labelled “R3”.

Hello @Rofocale Happy you are here

Start by deleting all the problematic certificates so that you can isolate any ssl issues:

Remove private keys and certificates at the Virtual Host Level

Go to OLS WebAdmin Console of your server i.e https://SERVER_URL:7080 use admin and password you chose for CyberPanel admin panel

If you cannot log in. Using SSH Terminal run adminPass add new password


Then you delete all private keys and certificates for respective website and hostname from server:

$ rm -f /etc/letsencrypt/live/mydomain.net/privkey.pem && rm -f /etc/letsencrypt/live/mydomain.net/fullchain.pem

$ rm -f /etc/letsencrypt/live/mail.mydomain.net/privkey.pem && rm -f /etc/letsencrypt/live/mail.mydomain.net/fullchain.pem

$ rm -f /etc/letsencrypt/live/ssl.mydomain.net/privkey.pem && rm -f /etc/letsencrypt/live/ssl.mydomain.net/fullchain.pem

Then resissue hostname SSL the CyberPanel way:

  1. Go to https://server.mydomain.net:8090/manageSSL/sslForHostName
  2. Choose mydomain.net
  3. Click on Issue SSL

If its not hostname domain

  1. Go to https://server.mydomain.net:8090/manageSSL/manageSSL
  2. Choose mydomain.net
  3. Click on Issue SSL

References:

  1. hostname ssl, 2 - CyberPanel on SSL - Docs - CyberPanel Community
  2. website ssl, 1 - Issuing SSL for website - Docs - CyberPanel Community
  3. email server ssl 2 - SSL For PostFix/Dovecot - Docs - CyberPanel Community
1 Like

Hi, @josephgodwinke.

Many thanks for the reply. I’m in OLS WebAdmin Console for my server, but in the menu you showed me there’s no option for SSL. I’m running OpenLiteSpeed 1.7.16

Thanks

Go to https://SERVER_URL:7080/index.php#view/confMgr.php?m=vh_intervalle-arts.com

Thanks for the reply. The link takes me to the config page, but the SSL option is not there.