I am trying to create a graylog cluster and configuring NGINX https load balancer to access web-ui but I am getting this error when accessed using loadbalancer external IP https://192.168.80.200/
“We are experiencing problems connecting to the Graylog server running on http://192.168.80.102:9000/api/. Please verify that the server is healthy and working correctly.”
My setup configuration is as under:
3 x GrayLog Servers:
– gs01 192.168.80.101/24
– gs02 192.168.80.102/24
– gs03 192.168.80.103/24
1 x Load Balancer Using NGINX
– lb01: 192.168.80.100/24
192.168.80.200/24 (External IP address)
OS: RHEL 7
Also please note that without SSL over http load balancer below configuration is working fine.
Please assist me to resolve the issue.