I was working on setting up my first Argo Tunnel server. I got the web portion to work perfectly. But I am having problems getting it to work with SSH. I am on Windows and am using Putty.
I setup cloudflared on Windows. I went to the Proxy settings for the connection in Putty set the proxy type to local and the local proxy command to “cloudflared.exe access ssh --hostname %host” but whenever I try to open a connection almost immediately I get an error saying “Remote side unexpectedly closed network connection”.
If I try to proxy command directly “cloudflared.exe access ssh --hostname server1.mydomain.example” it gives the error: “ERR failed to connect to origin error=“remote error: tls: handshake failure” originURL=https://server1.mydomain.example
remote error: tls: handshake failure”
So seeing how its trying to go over https I try typing that directly into my browser to see what I can see about the nature of the error, and I get this error code: “SSL_ERROR_NO_CYPHER_OVERLAP”