Ad Widget

Collapse

Frontend not loading on SSl_url

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Shital B
    Junior Member
    • Feb 2023
    • 7

    #1

    Frontend not loading on SSl_url

    We have installed Zabbix 6.0 on azure VM's. we have VM's with OL8 OS. We are able to load web/frontend on IP address.
    For ssl_url we are not getting This site can’t be reached on browser. Got below error logs in /var/log/nginx/error.log

    [error] 300163#0: *2955 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, client: 10.95.214.236, server: _, request: "POST /zabbix.php?sid=e4bf796481e54d80&action=widget.syst eminfo.view HTTP/1.1", upstream: "fastcgi://unix:/run/php-fpm/www.sock:", host: "IP_OF_WEB_Server", referrer: "http://IP/zabbix.php?action=dashboard.view"

    below is the configurations in /etc/nginx/conf.d/zabbix.conf
    listen 443 ssl;
    server_name ###url##;
    ssl_certificate /etc/ssl/certs/zabbix.crt;
    ssl_certificate_key /etc/ssl/private/zabbix.key;

    Last edited by Shital B; 17-03-2023, 13:09.
Working...