index.php redirect ignores SSL
Brought to you by:
xen0phage
The index.php redirects always to http://..., even if the script was called over https. You should add a switch (index.php, line 61) or work with absolute paths without the domain.
Did you test this with the latest version in Trunk? I fixed an issue with SSL a while ago in the trunk version, but I'm not sure if we're talking about the same issue here.
I'm using the latest downloadable package (phpTodo-0.8.1beta.tar.gz), which is quite old. I also checked the latest version on git like you suggested and well, problem was fixed there. Should I use the latest version on git or should I wait for an official package?
Oh, since this is already fixed in the repository, you can close this ticket. Sorry for any inconvenience caused.