heroku / kensa

A tool to help Heroku add-on providers integrate their services with Heroku
https://devcenter.heroku.com/articles/building-a-heroku-add-on
Other
91 stars 47 forks source link

Do not verify SSL certs when hitting test URLs #104

Closed cdwort closed 8 years ago

cdwort commented 8 years ago

Fixes #102

We are using RestClient to hit the test urls that providers set in their manifests. With a recent upgrade, RestClient will now error if the url is https but the cert is invalid. Many of our providers are using self-signed certs for their local dev servers, which means that all checks error out for them.

mathias commented 8 years ago

This LGTM!

bjeanes commented 8 years ago

Agreed. Merging but not releasing. I encourage one of you to do that.