@solear I’ve build a caddy version with the cherry picked commit from above.
- Connect to your OPNsense via SSH with the root user
- Go to the Shell (Option 8)
Enter the following commands in order, each line is one command to copy and paste. Do not copy paste all of them at once, one line each and press enter:
cd /usr/local/bin/
service caddy stop
mv caddy caddy.backup
fetch https://os-caddy-plugin.pischem.com/repo-config/caddy
chmod +x caddy
service caddy start
Make sure you disable the Layer 4 module again if you havent by unchecking the checkbox.
Then try the domain + handler configuration from the beginning again where you first had the issue.