]
Gary Brown resolved RTGOV-654.
------------------------------
Fix Version/s: 2.1.0.Beta2
Resolution: Done
Thanks for identifying the solution Martin.
RT-Gov Analytics not accessible on https due to hardcoded protocol
for ElasticSearch URL
----------------------------------------------------------------------------------------
Key: RTGOV-654
URL:
https://issues.jboss.org/browse/RTGOV-654
Project: RTGov (Run Time Governance)
Issue Type: Bug
Affects Versions: 2.0.0.Final
Environment: RT-Gov 2.0.0 on FSW 6.0.0
Reporter: Martin Weiler
Assignee: Gary Brown
Fix For: 2.1.0.Beta2
Access via http is working fine
(http://<host>:<port>/rtgov-ui/analytics.html#/dashboard) but with https
(https://<host>:<port>/rtgov-ui/analytics.html#/dashboard) we run into the
following error:
{noformat}
Error Could not reach http://<host>:<port>/rtgov-ui/elasticsearch/_nodes. If
you are using a proxy, ensure it is configured correctly
{noformat}
It seems that it is internally redirecting https request to http protocol with https
port.