Umbraco on https and the umbraco package repository
Hi all
Hopefully someone has already crossed this issue - and it's an easy solution. I'm running /umbraco on https (local requirement) and all seems mostly well - except when trying to install/browse packages from the package repository (developer>Umbraco package repository>Umbraco Pro) when the request is trying to go to the http address rather than https. I've set the appropriate ssl flag in the config - is there another flag/setting where I can set for these URLs to be requested on https? Else do all packages have to be installed manually. (Apologies if it's a stupid one, I'm just 3 weeks in to using Umbraco)
The frame you are viewing when navigating through packages within the Umbraco Package Repository section are hosted on this site (http://our.umbraco.org/). You will notice that if you hover over a package, a callback url is added to each package link. Unfortunately, the callback url is hard coded to always use port 80.
Best bet is to either install the packages locally and turn off HTTPS for the install.
Umbraco on https and the umbraco package repository
Hi all
Hopefully someone has already crossed this issue - and it's an easy solution. I'm running /umbraco on https (local requirement) and all seems mostly well - except when trying to install/browse packages from the package repository (developer>Umbraco package repository>Umbraco Pro) when the request is trying to go to the http address rather than https. I've set the appropriate ssl flag in the config - is there another flag/setting where I can set for these URLs to be requested on https? Else do all packages have to be installed manually.
(Apologies if it's a stupid one, I'm just 3 weeks in to using Umbraco)
thanks
Hi Jon,
The frame you are viewing when navigating through packages within the Umbraco Package Repository section are hosted on this site (http://our.umbraco.org/). You will notice that if you hover over a package, a callback url is added to each package link. Unfortunately, the callback url is hard coded to always use port 80.
Best bet is to either install the packages locally and turn off HTTPS for the install.
Thanks, Dan.
Thanks for the reply Dan - I'll disable https when I need to do a package install then.
best
Jon
2016 and this is still unresolved?
I've created an issue on the issue tracker for this: http://issues.umbraco.org/issue/U4-8141
is working on a reply...