Hi Alejandro,

please read 
http://docs.graylog.org/en/2.0/pages/upgrade.html#from-1-x-to-2-x and 
http://docs.graylog.org/en/2.0/pages/configuration/web_interface.html.

If you're using HTTPS for the Graylog web interface, you also have to use 
HTTPS for the Graylog REST API. Otherwise your web browser will block 
requests due to its mixed content policy 
<https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content>.

Cheers,
Jochen

On Monday, 1 August 2016 16:33:50 UTC+2, Alejandro Cabrera Obed wrote:
>
> 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/ 
> <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 graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/70f7dbe9-5384-4cd1-876b-1655cd4db735%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to