Das hat bei mir gestern sofort wieder auf https redirectet. Der Code ist jetzt auskommentiert
/*if(window.location.protocol != "https:") {
var addr=window.location.href.split("http://")[1];
if(cookie_read("ssl") == "true") {
window.location.href="https://"+addr;
–ks