Good Morning,
I'm creating a new post since we're on the 3rd day with no help. Also, I'll update this post. This problem is preventing us from creating new dashboards or modifying the existing dashboard with tools to help us be successful. With that, here is the problem.
I'm having a problem with healthchecks reporting a Gadget feed URL Error. My installation is behind an haproxy load balancer doing SSL offload and providing standard 80 and 443 ports. I did a ton of searching and made some modifications which don't seem to have helped with this problem. Anyway, here is some info. The virtual machine is service1.server.com. There is only one. The load balancer's virtual host is service.server.com. Here are the changes to config files I made in an effort to make this work behind the load balancer.
server.xml connector entry:
<Connector port="8080"
maxThreads="150"
minSpareThreads="25"
connectionTimeout="20000"
enableLookups="false"
maxHttpHeaderSize="8192"
protocol="HTTP/1.1"
useBodyEncodingForURI="true"
redirectPort="8443"
acceptCount="100"
disableUploadTimeout="true"
secure="true"
scheme="https"
proxyName="service.server.com"
proxyPort="443"
bindOnInit="false"
relaxedPathChars="[]|"
relaxedQueryChars="[]|{}^\`"<>"
/>
catalina.properties entry:
http.nonProxyHosts=service1.server.com|localhost|jira
Stephen
Community moderators have prevented the ability to post new answers.
@Stephen Loeckle, there is no need to post a new duplicate question. If someone in the Community can help they will. I will mark this as a duplicate. Not sure I can assist on this one but will comment on the other and go from there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.