Heroku SSL error : getaddrinfo ENOTFOUND ssl-doctor.heroku.com

Viewed 671

I am working on a Heroku app and am trying to deploy the domain with SLL. (I bought a custom domain from Bluehost). I have 3 files for my SLL:

a .cert.file a .cabundle file a .key file So I typed the command heroku certs:update mycert.cert mykey.key I am getting this error:

! ENOTFOUND: getaddrinfo ENOTFOUND ssl-doctor.heroku.com```
2 Answers

Update your heroku cli by running heroku update

Related