gruntjs / grunt-docs

Grunt documentation. https://github.com/gruntjs/gruntjs.com
https://gruntjs.com/
79 stars 126 forks source link

Support HTTPS #182

Closed bhubbard closed 7 years ago

bhubbard commented 8 years ago

I would like to see gruntjs.com using HTTPS.

XhmikosR commented 8 years ago

@vladikoff we can use CloudFlare for starters without a redirect to HTTPS. On Apr 10, 2016 01:47, "Brandon Hubbard" notifications@github.com wrote:

I would like to see gruntjs.com using HTTPS.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/gruntjs/grunt-docs/issues/182

steveoh commented 8 years ago

I've been looking into this recently. Cloudflare is an insecure option but gives the effect of https. Since gruntjs is all public no passwords/accounts/etc it seems like a fine option. You can use the cloudflare flexible ssl feature with the free plan if you route all of your traffic through their name servers. GitLabs supports true https now while github pages does not. Hopefully github pages will support ssl in the near future.

AurelioDeRosa commented 8 years ago

I'm not sure where Grunt is deployed so my comment might not be relevant. Can we use Let's encrypt for HTTPS?

XhmikosR commented 8 years ago

I suggested CloudFlare because we don't need to change anything on the server side. I don't like CloudFlare for SSL, but it should help keep things moving.

/CC @vladikoff

XhmikosR commented 7 years ago

This is done now.