Ruber Cuellar

Results 2 comments of Ruber Cuellar

Seems that this line is ignored: See: [softlayer_server_create](https://github.com/softlayer/knife-softlayer/blob/master/lib/chef/knife/softlayer_server_create.rb#L65) `knife softlayer server create --hostname test --domain softlayer.com --bill-monthly --datacenter seo01 --ram 1 --cores 1 --os-code CENTOS_LATEST --block-storage=0:100` **It's not possible to...

The solution that worked was to go to the _**init**.py_ file located at _C:\Python34\Lib\site-packages\httplib2_ and change this line: check_hostname=True) to this: check_hostname=disable_ssl_certificate_validation ^ True)