Should be fixed in revision 1149. I tested that https was working on a site delivered via https. Non-https should work as always.
** Changed in: aikiframework Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Aiki Framework Admins, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/950506 Title: Forms.php assumes http always Status in Aiki Framework: Fix Released Bug description: Forms.php hard-codes an HTTP protocol. If you are running on HTTPS then this will make your site un-editable (in my experience, it's the admin site that is affected). $domain = $_SERVER['HTTP_HOST']; $path = $_SERVER['SCRIPT_NAME']; $queryString = $_SERVER['QUERY_STRING']; $thisurl = "http://" . $domain . $path . "?" . $queryString; To manage notifications about this bug go to: https://bugs.launchpad.net/aikiframework/+bug/950506/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~aikiframework.admins Post to : aikiframework.admins@lists.launchpad.net Unsubscribe : https://launchpad.net/~aikiframework.admins More help : https://help.launchpad.net/ListHelp