Having trouble deploying projects to cloudstack vm #12381
-
|
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.
Replies: 2 comments
-
|
@arpanbht Based on what you described I don't see it as a cloudstack issue. A "handshake" error confirms that the network path exists but the security negotiation is being rejected at the Cloudflare edge. Also, a quick search on the error (its giving bad handshake: 65535 error) tells me its more likely a cloudflare tunnel issue. Saying that I am not sure if this is the right discussions forum for your issue may be you can try cloudflare or github discussions if any ( unless someone else here as some additional inputs on this) |
Beta Was this translation helpful? Give feedback.
-
|
ok man, thanks for your feedback 👏 |
Beta Was this translation helpful? Give feedback.
@arpanbht Based on what you described I don't see it as a cloudstack issue. A "handshake" error confirms that the network path exists but the security negotiation is being rejected at the Cloudflare edge. Also, a quick search on the error (its giving bad handshake: 65535 error) tells me its more likely a cloudflare tunnel issue.
Saying that I am not sure if this is the right discussions forum for your issue may be you can try cloudflare or github discussions if any ( unless someone else here as some additional inputs on this)