[xwiki-users] Problem with https and Wysiwyg editor
Hello, this is my first post - giving xwiki a try, looks impressive so far! We configured nginx proxy to serve content via https. So far it works - but the Wysiwyg editor is not showing up. Browser console: Refused to display 'https://domain.tld/xwiki/resources/js/xwiki/wysiwyg/xwe/80DB5BBFEFE78302EDB4...' in a frame because it set 'X-Frame-Options' to 'DENY'. xwiki.cfg should be fine: xwiki.url.protocol=https Any idea someone? -- View this message in context: http://xwiki.475771.n2.nabble.com/Problem-with-https-and-Wysiwyg-editor-tp75... Sent from the XWiki- Users mailing list archive at Nabble.com.
Thanks vor listening - and sorry for posting a bit to early :) Solved it by adjusting nginx - we used a secured config from another project with this line: Fix: -- View this message in context: http://xwiki.475771.n2.nabble.com/Problem-with-https-and-Wysiwyg-editor-tp75... Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Tobias, On 4 Jun 2015 at 14:51:30, Tobias Kirchhofer ([email protected](mailto:[email protected])) wrote:
Thanks vor listening - and sorry for posting a bit to early :) Solved it by adjusting nginx - we used a secured config from another project with this
cool!
line:
Fix:
hmmm… can’t see much ;) Thanks -Vincent
Fix: add_header X-Frame-Options SAMEORIGIN; -- View this message in context: http://xwiki.475771.n2.nabble.com/Problem-with-https-and-Wysiwyg-editor-tp75... Sent from the XWiki- Users mailing list archive at Nabble.com.
participants (2)
-
Tobias Kirchhofer -
vincent@massol.net