From d891acb6c07bbf506a5e0c145faaaef75215dc3b Mon Sep 17 00:00:00 2001 From: nhatCreA <53313122+wcdfilll@users.noreply.github.com> Date: Sat, 15 Mar 2025 16:13:22 +0700 Subject: [PATCH] Updated Troubleshooting Workarounds (markdown) --- Troubleshooting----Workarounds.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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