Replies: 2 comments
-
|
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.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
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