mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-01 13:17:21 +02:00
Updated Troubleshooting Workarounds (markdown)
parent
d891acb6c0
commit
a479f42fda
@ -1,4 +1,4 @@
|
||||
# Synapse (Matrix) nginx delegation example for Zoraxy
|
||||
# 1. Synapse (Matrix) nginx delegation example for Zoraxy
|
||||
|
||||
```
|
||||
server {
|
||||
@ -24,7 +24,7 @@ server {
|
||||
}
|
||||
```
|
||||
|
||||
# Fixing Wordpress "Mixed content" or "CSP header" errors
|
||||
# 2. Fixing Wordpress "Mixed content" or "CSP header" errors
|
||||
|
||||
Apache needs to be informed, that HTTPS is already server by another proxy, Zoraxy in our case.
|
||||
|
||||
@ -87,7 +87,7 @@ You can now leave the root shell with
|
||||
|
||||
Tested with Wordpress and Apache on a hostinstallation and Wordpress in Docker (wordpress:latest) with existing sites.
|
||||
|
||||
# Install Go on your host (Debian 11 / Ubuntu 22.04)
|
||||
# 3. Install Go on your host (Debian 11 / Ubuntu 22.04)
|
||||
|
||||
Installing Go is required to build Zoraxy. The packages in the Ubuntu and Debian repositories provide an outdated version (v1.18 for Ubuntu 22.04 and v1.15 for Debian Bullseye), but Zoraxy needs v1.20.
|
||||
|
||||
@ -121,7 +121,7 @@ On Debian we need a few more steps, but it is not this hard:
|
||||
|
||||
Successfully installed Go
|
||||
|
||||
# If you are now having problems generating ACME certificates while using Zoraxy
|
||||
# 4. 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.
|
||||
|
||||
@ -134,4 +134,4 @@ How to solve:
|
||||
3. Edit DNS Challange depending on your provider
|
||||
4. Done `Get Certificate`.
|
||||
|
||||
Now, let 's check if the error has been fixed successfully.
|
||||
Now, let 's check if the error has been fixed successfully. The reason why this problem happens. Simply this is a bug from Zoraxy when integrating ACME, like your primary certificate has a problem that makes all other certificates not have a root certificate to rely on and makes ACME unable to resolve domain names.
|
Loading…
x
Reference in New Issue
Block a user