Quote:
Originally Posted by wolrah That gets me nothing new. It stalls at the loading screen just like before, no new data displayed. Since it's HTTPS I can't even capture with wireshark and expect to get anything useful.
edit: with that, is there any way to temporarily override tomcat to run the admin UI on an insecure connection? That should let me get anything you want from the client-server exchange. |
There are two simple ways to capture SOAP trace over HTTPS:
1) use FireFox browser with FireBug plugin (getfirebug.com) and look in the Console tab in firebug
2) when you add ?mode=mjsf&gzip=false&debug=1 to the URL, the admin UI will pop-up a new window with debugging messages. You may need to allow your pop-up blocker to show it. (pop-up blockers are now built-in and enabled by default with any new version of IE or Mozilla)
