Skip to content
Discussion options

You must be logged in to vote

I finally figured out what was causing the problem!
I had to reverse_proxy directly to port 8043 instead of 8088 (otherwise the container would redirect to 8043 always).
To make sure that Caddy does not complain about the certificate of omada, I had to add this to my Caddyfile:

lan.example.com {
	reverse_proxy :8043 {
		transport http {
            		tls_insecure_skip_verify
                }
	}
}
``

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@res80
Comment options

@res80
Comment options

Answer selected by res80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants