HTTPS app uses http resources #1496
RxDeveloper
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I tried to deploy a couple of Docker Compose app. They deployed just fine but they don't work as expected.
Example: Zitadel:
I added necessary A record to my DNS (Cloudflare). I can access the login page but after login, management console doesn't load like this.
As you can see, I try to enter from the
https://auth...
URL but it tries to make request fromhttp://auth...
I experienced same thing with Keycloak deployment as well. What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions