duritong / ruby-cobbler

A ruby interface for interacting with a Cobbler server.
GNU Lesser General Public License v2.1
7 stars 5 forks source link

Support for secure connections to cobbler XMLRPC #7

Closed nocturo closed 9 years ago

nocturo commented 9 years ago

I needed to talk to cobbler server over SSL but as I'm using self-signed certificate it complained. This adds support for SSL over XMLRPC and ability to disable verification of peer certificates in case it's needed.

duritong commented 9 years ago

Cool, thanks a lot!!!