DeployHubProject / DeployHub-Pro

DeployHub Pro Pipeline Status Project
https://www.openmakesoftware.com/application-release-automation-for-continuous-delivery/
Other
11 stars 4 forks source link

Clicking Test Now Button on Status Tab Throws Connection Refused Error #223

Closed rightker closed 6 years ago

rightker commented 6 years ago

Created a new EndPoint -> Double checked that correct i.p address is used, correct Credential is being used with correct username and password -> Clicking Test Now Button on Status Tab Throws "Connection Refused" Error.

pgibbs-openmake commented 6 years ago

"Connection Refused" is a valid error and can occur if (a) you're connecting over SSH (SFTP) and the ssh server is not running on the target machine or (b) the ssh server is running but a firewall is preventing access. Neither issue implies a bug in DeployHub.

rightker commented 6 years ago

I can get in via putty and Steve says the ssh server is running, and there is no firewall.

rightker commented 6 years ago

I was using ftp instead of sftp. Closing this issue.