Rykian / clockwork

A scheduler process to replace cron.
MIT License
544 stars 66 forks source link

Resolve SSL errors from Adam's blog articles #2

Closed rastamhadi closed 7 years ago

rastamhadi commented 7 years ago

The README links to Adam's blog are triggering net::ERR_CERT_COMMON_NAME_INVALID SSL certificate errors. The certificate expects a herokuapp.com domain instead of the current heroku.com. The links still work after the change.

image

Rykian commented 7 years ago

Thanks! (Even if there is a redirection between .heroku.com and .herokuapp.com now ;))

rastamhadi commented 7 years ago

Oops. It was 2:00 am when I posted this and it didn't occur to me that Heroku would fix it on their end 😅 In any case, thank you for merging!