Dear, in order to not access the Graylog web interface through TCP/9000 port, and use TCP/443 with SSL certificate I have been using Stunnel4 from Graylog 1.0 to 1.3.4 in a successfuly way.
But now I'm using Graylog 2.0.3 and also Stunnel4 in order to do the same trick, but I get this error: We are experiencing problems connecting to the Graylog server running on *http://172.10.10.200:12900/*. Please verify that the server is healthy and working correctly.. Error messageBad requestOriginal RequestGET http://172.31.24.98:12900/system/notificationsStatus codeundefinedFull error messageError: Request has been terminated Possible causes: the network is offline, Origin is not allowed by Access-Control-Allow-Origin, the page is being unloaded, etc I have the following configuration in server.conf: rest_listen_uri = *http://0.0.0.0:12900* <http://0.0.0.0:12900/> web_listen_uri = *http://0.0.0.0:9000 <http://0.0.0.0:9000/>* Also from my PC I have access to Graylog TCP/12900 port. My stunnel.conf is as always: pid = /var/run/stunnel4/stunnel4.pid cert = /etc/stunnel/cert.pem key = /etc/stunnel/key.pem options = NO_SSLv2 [graylog] accept = 443 connect = 9000 What can be the problem??? Thanks a lo t!!! Alejandro -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/774d0e71-5195-4618-ab43-4bee60ac0f68%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
