elm-community / elm-faq

FAQ about the Elm language.
https://faq.elm-community.org/
22 stars 24 forks source link

Missing certificate #63

Closed David-Klemenc closed 3 years ago

David-Klemenc commented 3 years ago

Browsers report the site as not secure. (other elm sites are using letsencrypt)

fredcy commented 3 years ago

Perhaps it's just a matter of accessing it as https://faq.elm-community.org/ ?

David-Klemenc commented 3 years ago

Oh I'm so used to getting redirected that writing https did not occur to me ...

fredcy commented 3 years ago

The documentation link in this repo had the http link until an hour ago when I corrected it.

The page is hosted via github pages and I have no idea if an automatic redirect from http to https is possible there.

David-Klemenc commented 3 years ago

@fredcy should be just a setting click: Enforcing HTTPS for your GitHub Pages site

P.S. the link in the README is http

fredcy commented 3 years ago

@fredcy should be just a setting click: Enforcing HTTPS for your GitHub Pages site

P.S. the link in the README is http

Thank you for that. I have just enabled that "enforcing HTTPS" setting, and I updated the README