diff --git a/Troubleshooting----Workarounds.md b/Troubleshooting----Workarounds.md index 48f8841..b83f1f6 100644 --- a/Troubleshooting----Workarounds.md +++ b/Troubleshooting----Workarounds.md @@ -119,4 +119,19 @@ On Debian we need a few more steps, but it is not this hard: ![go](https://github.com/tobychui/zoraxy/assets/110860055/88a35607-8c98-438d-b75f-e08018ab913a) -Successfully installed Go \ No newline at end of file +Successfully installed Go + +# If you are now having problems generating ACME certificates while using Zoraxy + +When you get the following error, you will not be able to renew the SSL certificate, you will only be able to upload the certificate manually, and when you add a new proxy rule, the certificate will not be created. So, if your case is like what I predicted, please follow the following method. You won't need to reinstall zoraxy or anything. + +Error: +`Error: one or more domains had a problem: [sub-domain.domain.net] acme: error: 403 :: urn:ietf:params:acme:error:unauthorized :: 2606:4700:3035::ac43:9b40: Invalid response from https://sub-domain.domain.net/.well-known/acme-challenge/TkzCltSxBm5sYYU1HqaYa6_T5MSmDM50gVuOLgBM1eY: 525` + +How to solve: +1. Open `ACME Tool` +2. Fill field `Domain(s)` is `domain.xx, *.domain.xx` (you must change your domain) +3. Edit DNS Challange depending on your provider +4. Done `Get Certificate`. + +Now, let 's check if the error has been fixed successfully. \ No newline at end of file