Replies: 1 comment
-
|
Hi The bad handshake: 65535 error when using Cloudflare Tunnel + SSH in GitHub Actions is usually related to Cloudflare Access authentication, cloudflared version mismatch, or SSH proxy negotiation issues, not the VM itself. Here are the most common causes and fixes to check:
When using: Cloudflare requires an Access token (service token or short-lived cert). Fix: Use a Cloudflare Service Token And store these as GitHub Secrets:
You are installing latest cloudflared every run: Fix: Pin a known working version, for example:
Double-check in Cloudflare Zero Trust:
Any policy change can trigger handshake failures.
GitHub runners sometimes fail with long-lived SSH connections. You can stabilize it by adding:
Add this to see more detail: or: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Why are you starting this discussion?
Question
What GitHub Actions topic or product is this about?
General
Discussion Details
Hey guys I have created a vm inside our cloudstack setup which is having a private ip now i am setting up a github actions runner to deploy our code to the vm and it will auto deploy after that.
For this I am we are using cloudflare tunneling to expose the vm publicly and can ssh into it using cloudflared. Now our deploy yml file is not working...previously it was working and the runner can ssh into the vm but now the setup is failing, its giving bad handshake: 65535 error
Here is our deploy.yml file which we are using to deploy the project into the vm
Beta Was this translation helpful? Give feedback.
All reactions