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

[question] Always null state #19

Closed reverofevil closed 8 years ago

reverofevil commented 8 years ago

Here's a JSON from the state endpoint:

{
  "token": "e...a",
  "status": null,
  "error": null,
  "domain": null,
  "subdomains": [],
  "message": null
}

What does that mean?

samknight commented 8 years ago

This potentially might be if you have too many TXT files on your cloudflare domain. Try removing any letsencrypt TXT files from cloudflare and try again.

reverofevil commented 8 years ago

As it turned out, it's a result of not passing a subdomains parameter. I don't know where did you get that info on TXT nodes, but if in such cases this library prints such messages, it's a topic for a bug report.

maxehmookau commented 8 years ago

Resolving in #20