Health checks should accept SSL
frankywahl opened this issue · 2 comments
frankywahl commented
Write now, health checks are all using HTTP:
https://github.com/newrelic/centurion/blob/master/lib/centurion/deploy.rb#L61
It should allow for different schemas like https
, or maybe event ftp
or something else.
relistan commented
A pull request on that would be welcome.