-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Caddy with SSL does not work for dynamic loading screen #293
Comments
Here is the relevant Caddyfile config:
|
Maybe HTTP2 is the issue, can you try without HTTP2 ? |
I switched to using Cloudflare tunnels and don't need SSL in Caddy anymore. It works great in that case. Feel free to close. But might want to verify whether it works via SSL in your end-to-end test. |
I'm having loads of trouble getting sablier to work with TLS. I've tried with traefik and caddy, as soon as I add TLS to the route it stops working. It would be nice to see some examples in the documentation on how to use TLS both with caddy and traefik reverse proxies. |
Hello, can you please share your setup ? I have no issue with Traefik and TLS. |
I just revisited this and now its working LOL, sorry. The only thing i changed in my compose is the treafik version and sablier version. I originally had |
Caddy with SSL does not work for me with this Caddyfile:
I noticed the request goes directly to the container before starting it. Therefore it is refused, and a blank page is shown. |
Describe the bug
When using HTTPS endpoint, it seems the dynamic loading screen does not work. Here is the curl output:
And when I use the HTTP endpoint, it works:
Context
Expected behavior
Working via HTTPS.
The text was updated successfully, but these errors were encountered: