Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
HTTPS unable login (Urgent) Thanks! (Solved, please take a look)
Dear pros,
please help me newbie, my problem is:
I rewrite http to https by these codes:
{
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
}
everything works fine, however when i tried to login, I'll loop in the login page(/people.php), and never get logon.
after i click submit, i'll be redirected to people.php and every field will be cleared again.
please give me some suggestion on how to solve it .
Thanks!
0
Comments
Try Vanilla 1.1.6-rc1. There is a fix related to SSL. It might help:I remember the change now, and I don't think it will help.http://vanilla-friends.googlecode.com/files/vanilla-1.1.6-rc1.zip
You should check the response using a proxy like http header live (an addon for firefox)
About 1.1.6-rc1 it is a very stable version; 1.1.6 is not yet out because I waiting for one more feature to be completed.