The function _hosting_site_url used, for example, for getting the site base URL when generating the site's cron URL, fails to detect an HTTPS ready site, if the server is using the new hosting_https module instead of the deprecated hosting_ssl.
When the Encryption option of the site is set to Required, the generated URL is not valid for the cron.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | hosting-detect_hosting_https_for_site_url-2941472-3.patch | 720 bytes | tucho |
Comments
Comment #2
tuchoComment #3
tuchoI uploaded a patch the checks for hosting_ssl and hosting_https field and use the https schema if any of them are required.
Comment #5
helmo commentedThanks, reworded the magic number comment a bit and committed it.