Problem setting up reverse proxy with docker compose #228
Replies: 1 comment 2 replies
-
hello @nickchen120235!
this is working for me with http, try reintroduce https and let me know! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi community! I'm trying to secure my setup with https. Here's what I have so far.
docker-compose.yml
app.conf
While the https connection succeeds (aka I can load the webpage), the underlying websocket connection doesn't seem to work. It does switch to websocket but it is not receiving any message.
Any help would be appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions