frold
February 22, 2018, 4:59am
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)
February 22, 2018, 5:01am
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)
February 22, 2018, 5:02am
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)
February 22, 2018, 11:05am
45
@burningman , looks like everything is operational again? It was due to trying to uninstall LetsEncrypt?
burningman
(TheBurningMan)
February 22, 2018, 11:06am
46
Yup, it’s working again. Thanks for your help.