Jump to content
Froxlor Forum
  • 0

Let's encrypt is not switching from staging to live


fritz-net

Question

Finally Let's encrypt is working for me but only in the staging area mode. If I change the settings in the admin panel nothing happens. I checked the DB ... it is successfully saved there that I switched. When I remove LE from one domain an add it later again it is also using the staging are not the live environment.

 

Any hits what I'm doing wrong? How to force refresh of all LE certs?

 

thx for reading

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

Do not play around with the database fields manually, it will make errors a lot harder to find.

 

You cannot "force" a renewal. But you can try the following:

 

- disable Let's Encrypt for domain, and remember the domain-id (see URL e.g. [...]&page=domains&action=edit&id=xxx

- open phpMyAdmin or mysql-shell

- run the following query:

DELETE FROM `domain_ssl_settings` WHERE `domainid` = 'xxx';

- go back to domain-edit and re-activate Let's Encrypt.

- wait for the cronjob to do the work for you

- do not force anything - just give it 5 to 15 minutes.

Link to comment
Share on other sites

Thanks a lot now it is working fine and the log said it got refreshed.

 

 

 

If someone has the same problem. I also deleted the account information some time ago in the Database cause it was mentioned in another form topic and my logs first said:

[information] letsencrypt Starting new account registration
[information] letsencrypt Sending registration to letsencrypt server
[information] letsencrypt Sending signed request to /acme/new-reg
[information] letsencrypt New account certificate registered
Link to comment
Share on other sites

Yes I set the logger to paranoid and watched my syslog ... nothing unusual there

 

I tried the --debug:

user@host:~$ sudo /usr/bin/php5 -q /var/www/Froxlor/scripts/froxlor_master_cronjob.php --letsencrypt --debug
[information] Updating Let's Encrypt certificates
[information] Let's Encrypt certificates have been updated
[notice] Checking system's last guid

nothing unusual as it seems ... but it is also doing nothing

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...