Redux: Broken HTTPS on https://reactjs.org

Created on 19 Sep 2017  ·  3Comments  ·  Source: reduxjs/redux

I'm currently seeing an security certificate error on https://redux.js.org in Google Chrome Version 60.0.3112.113.

image
image
image
image

(edit: incorrect url)

Most helpful comment

Hmm, looks like we also need to update that URL, since the rackt org (since disbanded) has been typosquated. Thanks for the heads up!

All 3 comments

The docs site doesn't work in HTTPS. It's hosted by GitHub, so they don't have a cert for js.org.

@timdorr JS.ORG is using Cloudflare and they provide "Universal SSL" - so it is easily possible to get HTTPS.

Back then when the "redux" subdomain was added to JS.ORG, SSL support was an opt-in. But you didn't took the option. Now it is the default, but owners of "old" subdomains have to make a PR to change it.
The reason for so little enforcement is that pages may show mixed-content warnings if e. g. paths to CSS where set absolute or other non-HTTPS content was included.
So switching would be easy but it has to be triggered by you. Just file a PR that removes the comment in that line

I'm writing to you because @jlebensold asked me on twitter why you don't have HTTPS

Hmm, looks like we also need to update that URL, since the rackt org (since disbanded) has been typosquated. Thanks for the heads up!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wmertens picture wmertens  ·  4Comments

CellOcean picture CellOcean  ·  3Comments

rui-ktei picture rui-ktei  ·  3Comments

ilearnio picture ilearnio  ·  3Comments

amorphius picture amorphius  ·  3Comments