Comment 4 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 also try:

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

Which I think should give identical results.