fog / fog-xenserver

Module for the 'fog' gem to support XENSERVER
MIT License
16 stars 22 forks source link

Bring the SSL support. #67

Closed wkoszek closed 7 years ago

wkoszek commented 7 years ago

I'm using the latest fog and trying to make it work with my Xenserver instance.

My belief that the expectation is to use http:// URL for connecting. I want to use HTTPS for this. Below change adds the support for this.

Unfortunately my XenServer is coming with a self-signed certificate, which breaks XMLRPC::Client, so I can't really test that. But from what I see, the change from below works.

I'll report on my efforts to test this.

wkoszek commented 7 years ago

I pushed some wrong code in here.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.007%) to 94.085% when pulling b543430f6e3fcb90a54387b0fd263aea3f222e0a on wkoszek:master into e1c23293d4f7959453cafb79ef631ec6d63abde7 on fog:master.