dellsystem / wikinotes

A free and open source resource for the courses at McGill University.
https://wikinotes.ca
GNU General Public License v3.0
47 stars 14 forks source link

Can't register over https #225

Closed kanetkarster closed 9 years ago

kanetkarster commented 9 years ago

I was trying to register via https://wikinotes.ca/register/ but got a 403 error.

screenshot from 2015-01-08 08 43 01

dellsystem commented 9 years ago

Unfortunately wikinotes.ca does not currently support SSL. I suspect the only reason you are able to load the page at all is due to CloudFlare's SSL certificate. Are you able to register through http://wikinotes.ca/register/? And how did you find the https:// link?

Sorry for the inconvenience!

dellsystem commented 9 years ago

Just checked CloudFlare and it seems that they've enabled a sort of pseudo SSL support for wikinotes.ca, which might have forced your browser into loading it over https. Just turned it off as that seems like it wreaks havoc with Django's CSRF verification system. Sorry about that, let me know if there are still issues.

kanetkarster commented 9 years ago

I'm using the https everywhere addon so it must have been that. Thanks!