-
Notifications
You must be signed in to change notification settings - Fork 0
Heroku
guo edited this page Aug 20, 2020
·
1 revision
You may encounter ACM error with heroku SSL + cloudflare proxy. Official doc on heroku does not recommend to do so. Cloudflare's doc is not clear on this as well. Actually, it is very easy to configure them right if you want CL's proxy and heroku's SSL management.
- remove SSL from heroku if you have one
- remove CL's proxy if you have it configure
- add heroku's SSL
- after heroku's SSL is up (ACM shows green indicator), add CL's proxy.
- verify it after DNS is propagated.
That's it!