You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I raised openvpn + cloak in docker. I checked openvpn separately, there are no problems, everything connects, and when I try to send traffic through the client, I get an error from the header, and only in the client, the server is silent.
The Cloak server itself generally responds to packets, if you send some garbage to it via the telnet utility, it will say:
time="2024-11-21T14:11:10Z" level=warning msg="error reading first packet: unrecognised protocol" remoteAddr="172.30.0.2:43732"
INFO[0000] Starting standalone mode
INFO[2024-11-21T14:19:25Z] Listening on TCP 127.0.0.1:1984 for openvpn client
INFO[2024-11-21T14:19:28Z] Attempting to start a new session
TRAC[2024-11-21T14:19:28Z] client hello sent successfully
TRAC[2024-11-21T14:19:28Z] waiting for ServerHello
ERRO[2024-11-21T14:19:28Z] Failed to prepare connection to remote: cipher: message authentication failed
The text was updated successfully, but these errors were encountered:
Hi, I raised openvpn + cloak in docker. I checked openvpn separately, there are no problems, everything connects, and when I try to send traffic through the client, I get an error from the header, and only in the client, the server is silent.
The Cloak server itself generally responds to packets, if you send some garbage to it via the telnet utility, it will say:
docker-compose.yml
ckserver.json
client.json
./ck-client-linux-amd64-v2.10.0 -c ./client.json -verbosity trace
The text was updated successfully, but these errors were encountered: