------------------------------------------------------------------------------server {listen 80;listen [::]:80;return 301 https://$host$request_uri;}server {listen 443 default_server;listen [::]:443;ssl on;ssl_certificate /etc/pki/tls/certs/kibana-access.pem;ssl_certificate_key /etc/pki/tls/private/kibana-access.key;access_log /var/log/nginx/nginx.access.log;error_log /var/log/nginx/nginx.error.log;location / {auth_basic "Restricted";auth_basic_user_file /etc/nginx/conf.d/kibana.htpasswd;proxy_pass http://localshot:5601/;}}
--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.
To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/af08d038-349a-4a14-be53-3d25251fadfa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Lucas,
Did you follow the guide step by step?
What OS are you using? Debian, Ubuntu, RedHat, etc…
Can you verify that kibana is running and in the port 5601?
ps axu | grep kibana
netstat -tuna | grep 5601
--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.
To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/c69defdb-8572-414b-87fd-ec4b193107ca%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.