jimbobhickville / python-ambariclient

Python client bindings for the Apache Ambari REST API
44 stars 31 forks source link

add support for https #9

Closed jimbobhickville closed 9 years ago

jimbobhickville commented 9 years ago

Accidentally hardcoded http as the protocol. Allow for https via a parameter.

rnirmal commented 9 years ago

Also would be good to have the insecure option available to pass in when creating the client.

jimbobhickville commented 9 years ago

Do you mean to disable certificate validation?