meshy / pythonwheels

Adoption analysis of Python Wheels: https://pythonwheels.com/
BSD 2-Clause "Simplified" License
102 stars 26 forks source link

Site is 'unsafe' due to incorrect SSL cert #84

Closed jaddison closed 7 years ago

jaddison commented 7 years ago

pythonwheels.com

Looks like it's using the default *.cloudfront.com cert, which (obviously) doesn't have pythonwheels.com as a common name on the cert.

meshy commented 7 years ago

Oh, thanks for pointing this out!

I'm not sure if we've ever deliberately supported https -- it's been so long since I set it up that I can't remember!

It would be nice if we did support https... it would require a little messing around with hosting. I'll pop it on my TODO list, but I'm afraid it's not high up at the moment, sorry.

jaddison commented 7 years ago

No worries - I noticed it and thought I'd pass it along. No rush for my sake. Cheers!

jayvdb commented 7 years ago

Google Search only lists the https site.

ghickman commented 7 years ago

@jayvdb – that's google promoting the HTTPS version of all sites, since you can get to an HTTPS version they list it in search results.

hugovk commented 7 years ago

I think this can be closed, Google now only shows http://pythonwheels.com/ when searching for python wheels.

meshy commented 7 years ago

We're now serving the website through HTTPS \o/