Hi all,
I configured a simple reverse proxy infront of SonarQube and strangely it works with IE but not with Chrome. Has someone else faced this behaviour? Is there some configuration necessary?
<proxyconfig>
<proxypassblock>
<proxypass url="http://hostname:9000/" path="/"/>
</proxypassblock>
<proxypassreverseblock>
<proxypassreverse url="http://hostname:9000/" path="/"/>
</proxypassreverseblock>
</proxyconfig>
<sslproxyengine>on</sslproxyengine>