I am trying to install a package to Umbraco v7.3.4 through Devloper -> Packages -> Umbraco Package Repository. My Umbraco backend is running under https and I see the following error in the developer console when I click on Umbraco Package Repository:
Mixed Content: The page at 'https://www.mysite.com/umbraco/developer/packages/BrowseRepository.aspx?repoGuid=65194810-1f85-11dd-bd0b-0800200c9a66' was loaded over HTTPS, but requested an insecure resource 'http://packages.umbraco.org/?repoGuid=65194810-1f85-11dd-bd0b-0800200c9a66&…seLegacySchema=False&dotnetVersion=4.0.30319.34209&trustLevel=Unrestricted'. This request has been blocked; the content must be served over HTTPS.
Is there a way to request packages.umbraco.org over https instead of http when clicking into the Umbraco Package Repository?
Umbraco Package Repository spinning in backend
Hi all,
I am trying to install a package to Umbraco v7.3.4 through Devloper -> Packages -> Umbraco Package Repository. My Umbraco backend is running under https and I see the following error in the developer console when I click on Umbraco Package Repository:
Is there a way to request packages.umbraco.org over https instead of http when clicking into the Umbraco Package Repository?
Hi Ben,
I would recommend you to use the install local package approach.
So first find the page for the package here on our, download the zip file, and then follow this guide.
https://our.umbraco.org/wiki/how-tos/packages-and-projects/how-to-install-a-package
/Dennis
Thanks Dennis.
is working on a reply...