Updated Troubleshooting Workarounds (markdown)

nhatCreA 2025-03-15 16:13:22 +07:00
parent 572f2d8bbd
commit d891acb6c0

@ -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
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.