Threat Report: Exposing Malware in Linux-Based Multi-Cloud Environments | Download Now

Cb Unified View: Nginx Error on server with IPV6 disabled

Cb Unified View: Nginx Error on server with IPV6 disabled

Environment

Cb Response Unified View 6.1.3

Symptoms

Can't connect to ('::', 5003)

Cause

IpV6 is disabled on the server and needs to be disabled in the configuration

Resolution

  1. Modify UnifiedViewHost in /etc/cb/cb.conf:
    From:
    UnifiedViewHost="[::]"
    To
    UnifiedViewHost="0.0.0.0"
  2. Modify the http redirect to https in /etc/cb/nginx/conf.d/http.conf:
    From:
    listen [::]:80 ipv6only=off;
    To:
    listen 0.0.0.0:80;
  3. Then restart unifiedview service:
    service cb-unifiedview restart

Was this article helpful? Yes No
100% helpful (1/1)
Article Information
Author:
Creation Date:
‎10-27-2017
Views:
850