frold
22 februari 2018 om 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 februari 2018 om 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 februari 2018 om 05:02
44
In computer programming, a comment is a programmer-readable explanation or annotation in the source code of a computer program. They are added with the purpose of making the source code easier for humans to understand, and are generally ignored by compilers and interpreters. The syntax of comments in various programming languages varies considerably.
Comments are sometimes processed in various ways to generate documentation external to the source code itself by documentation generators, or used...
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.
3 likes
cpradio
(cpradio)
22 februari 2018 om 11:05
45
@burningman , looks like everything is operational again? It was due to trying to uninstall LetsEncrypt?
3 likes
burningman
(TheBurningMan)
22 februari 2018 om 11:06
46
Yup, itās working again. Thanks for your help.
3 likes