Skip to content
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

invalid certificate #23

Open
VladimirAlexiev opened this issue Mar 27, 2017 · 2 comments
Open

invalid certificate #23

VladimirAlexiev opened this issue Mar 27, 2017 · 2 comments

Comments

@VladimirAlexiev
Copy link

VladimirAlexiev commented Mar 27, 2017

$ curl -vIL -Haccept:application/ld+json https://ns.science.ai
* successfully set certificate verify locations:
*   CAfile: /etc/pki/tls/certs/ca-bundle.crt
* Server certificate:
*  subject: C=US; ST=California; L=San Francisco; O=Fastly, Inc.; CN=www.github.com
*  start date: Jan 20 00:00:00 2016 GMT
*  expire date: Apr  6 12:00:00 2017 GMT
*  subjectAltName does not match ns.science.ai
* SSL: no alternative certificate subject name matches target host name 'ns.science.ai'
$ curl -kIL -Haccept:application/ld+json https://ns.science.ai
(no problem)

Not sure, but I think you need a CNAME file on github advertising your host name.

@VladimirAlexiev VladimirAlexiev changed the title expired certificate invalid certificate Mar 27, 2017
@sballesteros
Copy link
Member

http://ns.science.ai is a github page. As far as i can tell, HTTPS is not supported for GitHub Pages using custom domains but maybe this has changed ?

@VladimirAlexiev
Copy link
Author

https://gist.github.com/cvan/8630f847f579f90e0c014dc5199c337b explains how to do it with CloudFlare (free) and CNAME.
However, I don't think https is necessary in this case. I only tried it in relation to #24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants