Martin Weiler created RTGOV-654:
-----------------------------------
Summary: 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
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.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)