New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google prefers https://diesel.rs/ (which actually has an SSL error) to http://diesel.rs/ #800

Closed
nodakai opened this Issue Mar 14, 2017 · 3 comments

Comments

Projects
None yet
4 participants
@nodakai

nodakai commented Mar 14, 2017

Firefox ESR 45.7.0:

diesel.rs uses an invalid security certificate. The certificate is only valid for the following names: www.github.com, *.github.com, github.com, *.github.io, github.io, *.githubusercontent.com, githubusercontent.com

Error code: SSL_ERROR_BAD_CERT_DOMAIN

Chrome 56.0.2924.87 :

NET::ERR_CERT_COMMON_NAME_INVALID

@sgrif

This comment has been minimized.

Member

sgrif commented Mar 14, 2017

I don't know that we have any control over this. Presumably it's something on Github's end that is causing this to occur? @arthurnn do you know who the right person to ping about this is?

@arthurnn

This comment has been minimized.

arthurnn commented Mar 15, 2017

I guess you could try https://konklone.com/post/github-pages-now-sorta-supports-https-so-use-it to add ssl to diesel github pages?
@parkr will know better.

sgrif added a commit to sgrif/diesel.rs-website that referenced this issue Mar 15, 2017

@killercup

This comment has been minimized.

Member

killercup commented Mar 18, 2017

Should be fine now, cc #808

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment