Hi,
I had the same problem and hacked my way through it:
Find wsl.authentication.php file and change the line at 960 from:
wp_set_auth_cookie( $user_id );
TO
wp_set_auth_cookie( $user_id, true );
Voila 🙂
Thread Starter
binfil
(@binfil)
resolving this to avoid misunderstandings…