I am using the white label addon and have a custom logo set for the login page. It works without error if I use http:// in the image url. However, since the site is set to use https:// we get a mixed content notice. We don’t want that so I changed the image url to https://. Now there is no mixed content notice, but the logo image is distorted (sized and cropped to an 84×84 square – original is 190×60) and new php warnings appear:
Warning: getimagesize(): Failed to enable crypto in …. line 26
Warning: getimagesize(…): failed to open stream: operation failed in … line 26
Pls advise.