SSL error when self hosting behind caddy reverse proxy #3652
Replies: 2 comments 2 replies
-
sorry, turns out i had a typo in the caddy config. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please share your setup. I wana try |
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,
I setup a self hosted instance of ente using the precompiled docker imagejmage from ghcr.io as per the docs.
Since port 8080 on the server was already in use I mapped the museum port 8080 to host 8081.
When testing curl localhost:8081 I get the expected result.
But when I access using the domain URL setup in the Caddy file I get the following error:
curl: (35) error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error
From the logs it doesn't appear the call is registered on the server
E.g. when using local host I can see the client IP and request registered in the log
Beta Was this translation helpful? Give feedback.
All reactions