We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ 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.
The text was updated successfully, but these errors were encountered:
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 ?
Sorry, something went wrong.
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
No branches or pull requests
Not sure, but I think you need a CNAME file on github advertising your host name.
The text was updated successfully, but these errors were encountered: