mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-26 04:55:58 +03:00
[GH-ISSUE #26] Not serving web page #20
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#20
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 @jeffshead on GitHub (May 21, 2019).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/26
I used the shadowsocks-ck-release.sh script to install on a CentOS 7 Minimal server with Apache. The script finished with a success message and displayed the install info. However, the redirect web page is no longer served and I get the following error in a Firefox browser:
I get the same error even when I change the redirect web page to: WebServerAddr=204.79.197.200:443.
Also, connections from the Shadowsocks client are unsuccessful.
Below is what I get if I use ss-server -c /etc/shadowsocks-libev/config.json
I don't know where to begin troubleshooting. Please help.
I do have my Apache vhost listening on port 444.
Below is my \etc\shadowsocks-libev\config.json
Below is my ck-client.json:
@jeffshead commented on GitHub (May 21, 2019):
I solved my issues.