I’m having issues with the graylog service. I have an nginx proxy sitting in front of graylog. When I navigate to https on my graylog host. I get the response below. If I run a curl from the host the service is running on to https://localhost:9000 I get the same java script as is being passed into my web-browser - so I don’t think the issue is nginx, I think it’s with graylog. I’m not quite sure how to troubleshoot from here. Any help would be great
Message from Graylog
Server currently unavailable
We are experiencing problems connecting to the Graylog server running on . Please verify that the server is healthy and working correctly.
You will be automatically redirected to the previous page once we can connect to the server.
did you use any kind of proxy or did you have graylog running on the computer you are currently using? because you bound the webinterface to localhost …
Ahh - so I used the config from the document, but in my complete newb-ness I left the variables as variables rather than replacing them with their literal values. I replaced $server_name with the actual name of the server and that worked. Thank you so much for your assistance, I really appreciate it.