Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Winrm options defaults / precedence #454

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

hh
Copy link
Contributor

@hh hh commented Feb 8, 2016

Is on top of #441 due to the code being changed in both PRs

encoded_output = instance.console_output.data.output
console_lines = Base64.decode64(encoded_output).lines
fp_context = OpenSSL::SSL::SSLContext.new
tcp_connection = TCPSocket.new(instance.private_ip_address, port)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @hh - why are you using the private_ip_address here? When I try to connect to an https connection using this PR I get the following error

https://gist.github.com/tyler-ball/73996b85e155ab76cfa2280ecac6c71d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants