grindsa / acme2certifier

library implementing ACME server functionality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trying to use CertBot with a2c custom ca handler

positiwise opened this issue · comments

We have a2c custom ca handler and works in local environment (ubuntu) but the moment we upload to CentOS, it gives this error in CertBot : Unable to register an account with ACME server. Error returned by the ACME server: JWS has invalid anti-replay nonce: 9b99107317044e7085ee763023375907

Any idea what can be the issue ? In localhost setting it's working perfectly fine.

If you want to check, here is the deployed Centos version (still in testing phase, it's not production) : https://acmedev.thesslstore.com/

I suggest checking permissions. I think the user running either nginx or apache2 is missing write access to either db-file or read permissions to the directory the datebase is stored in.

Thank you, checking.

have you been able to solve your problem? If so, can we close this issue?