We have a website that we recently assigned a domain and configured ssl certificate for (https), now we notice that in the backend, the tinymce editor is broken.
It tries to load a set of files from an old url we used to configure the website at some point:
setting <add key="umbracoUseSSL" value="true" /> only made sure that we're now using https://192.168.50.135
https secured website not loading tinymce files
We have a website that we recently assigned a domain and configured ssl certificate for (https), now we notice that in the backend, the tinymce editor is broken.
It tries to load a set of files from an old url we used to configure the website at some point:
setting <add key="umbracoUseSSL" value="true" /> only made sure that we're now using https://192.168.50.135
This is still incorrect as the files should be coming from https://amicipro.orbitone.com , not the IP.
Tried:
* Application pool resets
* Dumping clientdependancy folder
Other suggestions?
Kind regards,
Rik
Might be similar to this issue: http://our.umbraco.org/forum/ourumb-dev-forum/bugs/10819-Url-rewriting-and-compression
turns out it was caching or some other strange behaviour in a reverse proxy server we use to assign public ip's to virtual servers
Seems it's a bug related to TinyMCE and has been known as long as 2007?
http://forum.joomla.org/viewtopic.php?p=1105221
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=17048
is working on a reply...