mantl / consul-cli

Command line interface to Consul HTTP API
Apache License 2.0
251 stars 67 forks source link

#54 - Fix issues with SSL Authentication #55

Closed roffer closed 6 years ago

roffer commented 6 years ago

Inverted if logic complained that no ssl-key was supplied if one was

Initialize the transport correctly.

Cryptophobia commented 6 years ago

Thank you for this fix @roffer . Did you do some testing for it?

@Theaxiom , LGTM, what about you?

roffer commented 6 years ago

@Cryptophobia - I tested it by deploying it into my product environment that had been newly upgraded to use SSL for all consul ports.