frold
22. Februar 2018 um 04:59
42
burningman:
I think, I removed LETSENCRYPT yesterday. Now installing again.
Hope, everything will work fine.
Why not just run the setup wizard agan in the terminal?
burningman
(TheBurningMan)
22. Februar 2018 um 05:01
43
I did that many times.
notriddle:
So you’d like to add https to your Discourse absolutely free, courtesy of our friends at Let’s Encrypt?
Is everything else on your site ready for HTTPS?
Before you start, please bear in mind that for HTTPS to work properly, every single resource on the page must be HTTPS compatible. Consider your CDN, your social logins, your logo files, any third party JavaScript, images, fonts, or css — these all must be available over HTTPS!
Note: ./discourse-setup will enable Let’s Encrypt. And …
What it means because after reading this line..I delete these both line from the here.
notriddle
(Michael Howell)
22. Februar 2018 um 05:02
44
In computer programming, a comment is text embedded in source code that a translator (compiler or interpreter) ignores. Generally, a comment is an annotation intended to make the code easier for a programmer to understand – often explaining an aspect that is not readily apparent in the program (non-comment) code. For this article, comment refers to the same concept in a programming language, markup language, configuration file and any similar context. Some development tools, other than a so The f...
In the YML files, comments start with the # sign and extend to the end of the line. This means that this line (#- "templates/web.ssl.template.yml") will be ignored. Uncommenting the line means removing the #, changing it to (- "templates/web.ssl.template.yml"). This causes the code to actually be read, enabling the web.ssl template and turning letsencrypt on.
cpradio
(cpradio)
22. Februar 2018 um 11:05
45
@burningman , looks like everything is operational again? It was due to trying to uninstall LetsEncrypt?
burningman
(TheBurningMan)
22. Februar 2018 um 11:06
46
Yup, it’s working again. Thanks for your help.