Umbraco Backend Over SSL -- Never Loads. Possible issue with DependencyHandler.axd?
Umbraco Version: 4.11.8 in Multiple Hostname Configuration (multi-site)
.NET 4.0
Windows 2008 R2, IIS v7.5.7600
umbracoUseSSL = true, SSL Cert is properly setup
I'm having a small issue in terms of the backend rendering with SSL. This is what is rendered:
Changing compilation to use debug makes everything work but my team deems this an unacceptable workaround:
Examing the network profile shows a GET request going out to DependencyHandler.axd that never completes. There is nothing in Umbraco Logs after the Login is recorded......
Umbraco Backend Over SSL -- Never Loads. Possible issue with DependencyHandler.axd?
Umbraco Version: 4.11.8 in Multiple Hostname Configuration (multi-site)
.NET 4.0
Windows 2008 R2, IIS v7.5.7600
umbracoUseSSL = true, SSL Cert is properly setup
I'm having a small issue in terms of the backend rendering with SSL. This is what is rendered:
Changing compilation to use debug makes everything work but my team deems this an unacceptable workaround:
Examing the network profile shows a GET request going out to DependencyHandler.axd that never completes. There is nothing in Umbraco Logs after the Login is recorded......
Any help would be greatly appreciated.
After further research, the DependencyHandler is failing to deliver required Javascripts to the control panel which is why it never loads.
Still searching for a fix.
is working on a reply...