mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-26 04:55:58 +03:00
[GH-ISSUE #214] Cloak behind Caddy reverse-proxy is unreachable with Android app. #175
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloak#175
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @schebotar on GitHub (Feb 21, 2023).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/214
Hello.
I have running docker containers with cloak, shadowsocks and Caddy.
Caddy is configured to redirect requests from my domain to cloak container like this
Request my.domain.net from Firefox seems ok. Cloak logs:
10.10.0.3 is Caddy container IP
But i can't establish connection from Android Shadowsocks client. Cloak logs are silent.
Bypassing cloak container port to server port 8443 works fine. docker-compose:
And android app works great with 8443 in settings.
Did I miss something in Caddy settings?
@valerius2k commented on GitHub (May 3, 2023):
See my comment in ticket #219. You need "Transport" setting in Cloak client settings to be set to "CDN", not "direct" if you put Cloak behind a reverse proxy. Found that suddenly when experimenting with Cloak and Nginx.