Comment 3 for bug 594973

Revision history for this message
Alex Harrington (alexharrington) wrote : Re: Unable to register client on 1.2.0rc1 biela branch

Can you please try changing lib/app/kit.class.php line 422 as follows:

        if((isset($_SERVER['HTTPS'])) && ($_SERVER['HTTPS'] != ''))
        {
            $fullUrl .= 's';
        }

I think that should remove the warning message that line is generating.