mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-28 14:05:54 +03:00
[GH-ISSUE #76] message authentication failed #69
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#69
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 @zbttl on GitHub (Nov 11, 2019).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/76
I use it by shadowsocks plugin, it can work well.
But, when I try to use the standalone mode, it can't work and I get the following error in cmd
time="xxxx" level=error msg="Failed to prepare connection to remote: cipher: message authentication failed".Those are my cloak config files:
ckserver.json
ckclient.json
I start the cloak in server with
./ck-server -c ckserver.json.And I start it in client by cmd with
ck-client -s 68.183.45.38 -l 8080 -a "UID-1" -c ckclient.json.@Klaaktu commented on GitHub (Nov 15, 2019):
It seems
-p 2315is missing for ck-client, since "BindAddr" is not the default 443. (ck-client -h)Also might wanna remove that server ip from the post...
@zbttl commented on GitHub (Nov 15, 2019):
Thanks. When I add

-p 2315to ckclient it works well.But I found another question, when I want to delete an account, an error pushed up.
@Klaaktu commented on GitHub (Nov 15, 2019):
Not sure... I was able to add an account with the same UID and delete it using my ck-client in standalone mode and the control panel. Is your ck-client up and running with additional
-l 2000 -a "adminUID"when deleting?I did run into add/delete error in the past, but that was before control panel became a thing.
@zbttl commented on GitHub (Nov 15, 2019):
Oh, This error occurs when I using Firefox.
I try to switch to Chrome and now I can delete it.