On my server the WYSIWYG Plugin does not work properly. I have now configured SSL encryption i.e. HTTPS for Trac and surprisingly the WYSIWYG plugin works with HTTPS/SSL access to Trac but still does not work with simply HTTP.
Comparing the two trac-log files for both cases (with or without SSL), see below. I notice two things that are curious to me: 1. For HTTPS I get much more trac log output. 2. Concerning the WYSIWYG Plugin I see wysiwyg.css, wysiwyg.js, wysiwyg-load.js, editor.css and toolbar.png for HTTPS, but for HTTP I only see wysiwyg.css. I guess that's bad, isn't it? Clemens HTTPS (with SSL) ------------------ DEBUG: 288 unreachable objects found. DEBUG: Dispatching <Request "GET u'/chrome/common/css/trac.css'"> DEBUG: Dispatching <Request "GET u'/chrome/common/css/wiki.css'"> DEBUG: Dispatching <Request "GET u'/chrome/tracwysiwyg/wysiwyg.css'"> DEBUG: Dispatching <Request "GET u'/chrome/common/js/jquery.js'"> DEBUG: Dispatching <Request "GET u'/chrome/common/trac.ico'"> DEBUG: 0 unreachable objects found. DEBUG: 0 unreachable objects found. DEBUG: 0 unreachable objects found. DEBUG: Dispatching <Request "GET u'/chrome/common/css/code.css'"> DEBUG: 0 unreachable objects found. DEBUG: 0 unreachable objects found. DEBUG: 274 unreachable objects found. DEBUG: Dispatching <Request "GET u'/chrome/common/js/trac.js'"> DEBUG: 0 unreachable objects found. DEBUG: Dispatching <Request "GET u'/chrome/common/js/search.js'"> DEBUG: 0 unreachable objects found. DEBUG: Dispatching <Request "GET u'/chrome/tracwysiwyg/wysiwyg.js'"> DEBUG: 0 unreachable objects found. DEBUG: Dispatching <Request "GET u'/chrome/tracwysiwyg/wysiwyg-load.js'"> DEBUG: 0 unreachable objects found. DEBUG: Dispatching <Request "GET u'/chrome/common/js/wikitoolbar.js'"> DEBUG: 0 unreachable objects found. DEBUG: Dispatching <Request "GET u'/chrome/common/edit_toolbar.png'"> DEBUG: 0 unreachable objects found. DEBUG: Dispatching <Request "GET u'/chrome/common/css/trac.css'"> DEBUG: Dispatching <Request "GET u'/chrome/tracwysiwyg/editor.css'"> DEBUG: 0 unreachable objects found. DEBUG: Dispatching <Request "GET u'/chrome/common/desc.png'"> DEBUG: Dispatching <Request "GET u'/chrome/tracwysiwyg/toolbar.png'"> DEBUG: 0 unreachable objects found. DEBUG: 0 unreachable objects found. DEBUG: 0 unreachable objects found. HTTP (without SSL) ------------------ DEBUG: 1197 unreachable objects found. DEBUG: Dispatching <Request "GET u'/chrome/common/css/wiki.css'"> DEBUG: Dispatching <Request "GET u'/chrome/tracwysiwyg/wysiwyg.css'"> DEBUG: 273 unreachable objects found. DEBUG: 0 unreachable objects found. DEBUG: Dispatching <Request "GET u'/chrome/common/js/trac.js'"> DEBUG: 278 unreachable objects found. DEBUG: Dispatching <Request "GET u'/chrome/common/js/search.js'"> DEBUG: 0 unreachable objects found. DEBUG: Dispatching <Request "GET u'/chrome/common/js/wikitoolbar.js'"> DEBUG: 0 unreachable objects found. DEBUG: Dispatching <Request "GET u'/chrome/common/trac_logo_mini.png'"> DEBUG: Dispatching <Request "GET u'/chrome/common/topbar_gradient.png'"> DEBUG: Dispatching <Request "GET u'/chrome/common/topbar_gradient2.png'"> DEBUG: 0 unreachable objects found. DEBUG: 0 unreachable objects found. DEBUG: 0 unreachable objects found. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
