Conversation:
Notices
-
@postblue I assume you run nightly. Hm. I'd hoped I had managed to write code to fix that without any bugs at all on the first try. Seems I'll have to go back and look at it again and actually debug. :) (http->https)
-
@identlud Try configuring your webserver to redirect everything from http to https. Keeping the requests.
With apache, put this in your vhost config for the HTTP-accessible part:
Redirect permanent / https://statusnet.lebegue.org/
-
@postblue @roland Yeah, anything that's a problem with a fresh install of #GNUsocial should be solved programmatically and with patches, so it's consistent. All the #StatusNet mumbojumbo with people doing anything they wanted to the database and then having all kinds of problems was contraproductive.
-
Well, if you're certain you can fix something yourself then go for it. I just think that suggesting others to do manual edits in the database or something (except for debugging and then restoring) is a bit risky. Even when I'm doing patches that touch the database I'm afraid I will get it wrong :)
-
regarding _your_ problem I have no idea what is causing what. regarding @identlud it's right now his server config at least. Must redirect http to https with conserved request data.