Browser Hangs when Clicking on Edit Review
Symptoms
The reviews cannot be edited after restarted. The browser just keeps spinning and the Crucible is accessible via https://testing.abc.com
Cause
The following has been configured in config.xml
:
<web-server site-url="https://testing.abc.com">
<http bind=":8060"/>
</web-server>
Resolution
Changing the setting to following should be able to solve the problem:
<http bind=":8060" proxy-host="testing.abc.com" proxy-port="443" proxy-scheme="https"/>
Last modified on Nov 22, 2016
Powered by Confluence and Scroll Viewport.