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.
Coverage increased (+0.007%) to 94.085% when pulling b543430f6e3fcb90a54387b0fd263aea3f222e0a on wkoszek:master into e1c23293d4f7959453cafb79ef631ec6d63abde7 on fog:master.
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.