substrakt / letsencrypt-heroku

Make any Heroku application secure in just a couple of minutes.
https://substrakt.com/heroku-ssl-me-weve-come-a-long-way/
MIT License
524 stars 19 forks source link

"Invalid zone" #39

Closed maxko87 closed 7 years ago

maxko87 commented 7 years ago

I'm getting this error message from the API call:

{
"status": "error",
"message": "Invalid zone."
}

I'm copying the Zone ID directly from the "domain summary" section on Cloudflare. The Cloudflare API also returns the same Zone ID.

Is there something else that would be causing this error?

maxehmookau commented 7 years ago

Zone is referring to the name of the zone, not the ID. Usually this is just the domain name. substrakt.com for example.

maxko87 commented 7 years ago

Thanks, that worked!

maxehmookau commented 7 years ago

Party Hard