vmware-archive / vcloud-rest

Unofficial ruby bindings for VMware vCloud Director®
Apache License 2.0
29 stars 37 forks source link

Co-maintainer needed #47

Open astratto opened 9 years ago

astratto commented 9 years ago

Hey guys,

I don't have a stable access to a vCloud Director instance and I'm not able anymore to properly maintain this gem all alone.

I'm looking for a co-maintainer that can help me ensure that issues are addressed in a timely fashion and fixes are effective.

Ping me if you have questions.

Note: I've added a post-install banner to help spread this message.

jongillies commented 8 years ago

@astratto I'm currently using your Gem accessing our vCloud Director for a new project. I'd be happy to help.

Currently, we don't have a valid SSL cert which is causing issues. I did a simple hack here: https://gist.github.com/anonymous/61c96aacbcbb18c579c9bf4e1fa906fb

We could pass the SSL "mode" in the Connection#initialize? Any ideas? Let me know and I can create a PR.

Thanks.

astratto commented 8 years ago

@jongillies I should probably have closed this issue.

I moved this project months ago under VMWare's umbrella and not really using it anymore.

I would pass verify_ssl as parameter to Connection#initialize, presumably you want it set for each request that's made.