Topic: SSL Redirection Breaks Filemanager
Hello,
I have filemanger setup on a .net site that has been working for over a year now. We recently added an ssl cert to the site which broke the filemanager. When you try to pull up the filemanager it just spins and says loading for ever. I have tried to enable debug logging but don't get anything written to the logs. In firebug I get "filemanager/rpc/default.aspx 301 Moved Permanently" errors.
The application that filemanger is used with forces any request that are sent in over http to https. It seems like the rpc/default.aspx call used internally by filemanger keeps requesting http then when it gets an https response it tries again with http. I am guessing this is causing an infiinite loop but I have no idea how to resolve it.
Where do I go from here?
Thanks,
Bryan