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

Query: windows endpoint port #270

Closed piyush94 closed 5 years ago

piyush94 commented 5 years ago

In windows endpoint connection with WinRM, is deployhub using port 5985 which is unencrypted or port 5986 which is encrypted?

sbtaylor15 commented 5 years ago

The default port is the encrypted default port of 5986. Also, we use CredSSP and TLS 1.2 which are both encrypted.

piyush94 commented 5 years ago

Thanks

piyush94 commented 5 years ago

@sbtaylor15 I tried connecting to an Azure VM from deployhub and it is trying to connect over HTTP 5985 which is not allowed by our firewall policy.

image

CC: @svisagan83

sbtaylor15 commented 5 years ago

@piyush94 we removed the code to switch between http and https. Now letting ansible handle this for us. Please pull latest image.

CC: @svisagan83