Is there any way to use HTTPS/SSL on GitHub Pages sites that use a custom domain? SSL is recommended for better search engine ranking and there are a lot of other uses for it beyond that.
相关问题
- Mechanize getting “Errno::ECONNRESET: Connection r
- How to add working directory to deployment in GitH
- Tomcat and SSL Client certificate
- Can we add four protocols to ServicePointManager.S
- Upload file > 25 MB on Github
相关文章
- java开发bug问题:GitHub授权登录无法获取授权账号信息?
- ssl配置问题
- Intermittent “sslv3 alert handshake failure” under
- Is there a Github markdown language identifier for
- “no implicit conversion of Integer into String” er
- GitHub:Enterprise post-receive hook
- Making a two way SSL authentication between apache
- decrypt TLS 1.2 AES-GCM packet
SSL is supported by GitHub on sites using a
*.github.io
domain: https://help.github.com/articles/securing-your-github-pages-site-with-https/I recommend registering with Cloudflare DNS so that you can set HTTPS up properly for a site on a custom domain, see Cloudflare's blog post for more info: https://blog.cloudflare.com/secure-and-fast-github-pages-with-cloudflare/
Update (5/5/2018) SSL is now supported on custom domains: https://blog.github.com/2018-05-01-github-pages-custom-domains-https/
It's now possible to use HTTPS on GitHub Pages sites with a custom domain
Once you have HTTPS working:
You can read the full announcement here: https://blog.github.com/2018-05-01-github-pages-custom-domains-https/