mdo / github-buttons

Showcase the success of any GitHub repo or user with these simple, static buttons with dynamic counts.

Home Page:https://ghbtns.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSL and free certificates for ghbtns.com

EHLOVader opened this issue · comments

I know you have addressed SSL in the readme, and beyond selfhosting could you offer SSL on your domain using a free SSL solution like https://www.startssl.com/ ?

I think it would be helpful others as I continue to run into gh-pages where not just your buttons but all of the resources have been included with explicit HTTP protocol and fail to work. This is made more complicated by the use of extensions like https everywhere which treat github as a secure only site.

I agree, it would save headaches for users if https://ghbtns.com worked.
Another temporary workaround besides the one mentioned in the README is to use https://mdo.github.io/github-buttons/
So http://ghbtns.com/github-btn.html becomes https://mdo.github.io/github-buttons/github-btn.html
This works because the domain github.io supports SSL.

Fantastic. Thanks for the quick reply with another workaround. The fact github.io supports ssl is the very reason I ask. Plugins that switch to https on domains seem to include that one. This will help greatly.

commented

CloudFlare have free SSL support now: https://blog.cloudflare.com/introducing-universal-ssl/

any updates? https support will be very useful, +1

+1 for cloudflare's universal SSL solution @Jaex mentioned.

Added the CloudFlare SSL support this weekend—happy https://-ing!

@mdo That's great to see, thanks!