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.
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.