Toggling HTTP/HTTPS Access

About this task

By default, the DNCA web console is accessible in HTTP mode over port 8080 or in HTTPS mode over port 8443.

Optionally, you can configure the DNCA to not be accessible in one of these modes.

Steps: To toggle access, complete the following steps.

Procedure

  1. Edit the /usr/local/dncauser/etc/runtime.conf file.
  2. Add or edit the following lines:
    
    httpd_port_enable="NO"
    httpd_portssl_enable="YES"
    
    
    
    
    Mode
    Settings
    HTTP only
    
    httpd_port_enable="YES"
    httpd_portssl_enable="NO"
    
    
    
    
    HTTPS only
    
    httpd_port_enable="NO"
    httpd_portssl_enable="YES"
    
    
    
    
    both HTTP and HTTPS
    
    httpd_port_enable="YES"
    httpd_portssl_enable="YES"
    
    
    
    
  3. Save the file.
  4. Restart the DNCA.

Results

If needed, you can change the ports to which the DNCA web console listens. See Changing Web Console Listening Ports. For more information about logging in, see DNCA Web Console Login.