Jump to content
Froxlor Forum

Frazler

Members
  • Posts

    6
  • Joined

  • Last visited

Frazler's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. I've managed to get to the panel by forcing a HTTP request via the URL e.g. "<panel URL>:80" I've disabled SSL for the entire server, and for the panel, re-run the cron service, then re-enabled. The cron service is still failing to produce an SSL certificate for the Panel as per the previous debug read-out above. Any ideas what's causing this?
  2. Ok, now I have another issue: The SSL certificate for the panel won't renew. Running the cron debug I get the following: root@server:~# php /var/www/html/froxlor/scripts/froxlor_master_cronjob.php --force --debug [information] TasksCron: Searching for tasks to do [information] TasksCron: Task10 started - setting filesystem quota sh: 1: /usr/sbin/repquota: not found [information] Running Let's Encrypt cronjob prior to regenerating webserver config files [information] Checking for LetsEncrypt client upgrades before renewing certificates: [Sun Aug 1 13:37:42 AEST 2021] Already uptodate! [Sun Aug 1 13:37:42 AEST 2021] Upgrade success! [Sun Aug 1 13:37:42 AEST 2021] Installing cron job 2 0 * * * "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh" > /dev/null [information] Updated Let's Encrypt certificate for <URL1> [information] Updated Let's Encrypt certificate for <URL2> [information] Updated Let's Encrypt certificate for <URL3> [information] Updated Let's Encrypt certificate for <URL4> [information] Updated Let's Encrypt certificate for <URL5> [information] Updated Let's Encrypt certificate for <URL6> [information] Updated Let's Encrypt certificate for <URL7> [information] Updated Let's Encrypt certificate for <URL8> [information] Let's Encrypt certificates have been updated [information] apache::createIpPort: creating ip/port settings for <IP address> [notice] <IP address>:80 :: namevirtualhost-statement no longer needed for apache-2.4 [debug] <IP address>:80 :: inserted vhostcontainer [information] apache::createIpPort: creating ip/port settings for <IP address> [debug] System certificate file "/etc/apache2/apache2.pem" does not seem to exist. Disabling SSL-vhost for "<panel URL>" [debug] System certificate key-file "/etc/apache2/apache2.key" does not seem to exist. Disabling SSL-vhost for "<panel URL>" [error] <panel URL> :: empty certificate file! Cannot create ssl-directives [debug] <IP address> :: inserted vhostcontainer [information] apache::createVirtualHosts: creating vhost container for domain 14, customer <Customer2> [information] apache::createVirtualHosts: creating vhost container for domain 9, customer <Customer1> [information] apache::createVirtualHosts: creating vhost container for domain 4, customer <Customer1> [information] apache::createVirtualHosts: creating vhost container for domain 16, customer <Customer2> [information] apache::createVirtualHosts: creating vhost container for domain 10, customer <Customer1> [information] apache::createVirtualHosts: creating vhost container for domain 8, customer <Customer1> [information] apache::createVirtualHosts: creating vhost container for domain 6, customer <Customer1> [information] apache::createVirtualHosts: creating vhost container for domain 18, customer <Customer1> [information] apache::writeConfigs: rebuilding /etc/apache2/sites-enabled/ [information] apache::writeConfigs: rebuilding /etc/apache2/htpasswd/ [information] apache::writeConfigs: rebuilding /etc/apache2/sites-enabled/ [information] Froxlor\Cron\Http\Apache::reload: reloading Froxlor\Cron\Http\Apache [notice] Checking system's last guid I can't access the panel anymore now because secure connection cannot be made. I can't figure out how to access via the unsecured HTTP protocol instead, but I'm thinking to disable and reenable LetsEncrypt from within the panel that might sort this out. Any ideas?
  3. Apologies. Just found the answer in the bug tracker. Looks like this has been corrected. Solution below for anyone with similar issue. Link to Bug
  4. I've just recently upgraded to Froxlor Version 0.10.27 and my Cronjobs are failing. Cronjob status shows that it is active. After trying to force run the cronjob, I get the following error. root@server:~# /usr/bin/php /var/www/html/froxlor/scripts/froxlor_master_cronjob.php --force PHP Parse error: syntax error, unexpected end of file in /var/www/html/froxlor/lib/Froxlor/Cron/Http/LetsEncrypt/AcmeSh.php on line 618 I've taken a look at the AcmeSh.php file and can't find anything wrong with it on line 618. Other things tried: - Removed all SSL certificates manually via FTP and removed from Froxlor list. - Disabled Cloudflare CDN proxy. - Restarted server. AcmeSh.php
  5. Ok thanks d00p. Anybody looking for a proven tutorial in the interim for OpenDKIM, I used this, and works like a dream: https://www.linuxbabe.com/mail-server/setting-up-dkim-and-spf
  6. I've not long installed Froxlor. I'm just in the process of setting up SPF and DKIM for mail. I'm using external DNS provider; got SPF working great. I just can't seem to get the DKIM working. After interrogating the email headers, they're not even being signed. I've been getting errors in the Froxlor panel that would indicate an issue with the service running on the server; when I switch Domain Keys to "Activated: Yes" I receive an error, however nothing appears in the system log to indicate what this was. On further investigation; looking at the list of packages installed, DKIM-Filter doesn't even seem to be installed. I've found I can't get from any repositories as it is no longer developed and OpenDKIM is being used, however not yet supported by Froxlor. Am I missing this package because due to only recently installing Froxlor, and the apt being removed from the repositories, it was never installed? I didn't notice any errors on install. Any work around anyone can recommend?
×
×
  • Create New...