Hitachi

JP1 Version 12 JP1/Network Node Manager i Setup Guide


21.17 Configuring HTTPS-only communication with the NNMi console

The most effective method of preventing HTTP access to the NNMi console is to place the NNMi management server behind a firewall that permits only HTTPS access to the protected systems.

Using a firewall configuration to prevent HTTP access can cause problems for integrations that use Web services that support only HTTP to communicate with NNMi. See the documentation for the integrating product to determine whether it supports HTTPS.

For a less secure approach, redirect NNMi console access requests from the HTTP port to the HTTPS port by completing the following steps:

  1. Edit the following file:

    • Windows: %NNM_PROPS%\nms-ui.properties

    • Linux: $NNM_PROPS/nms-ui.properties

  2. Search for the string https to locate the text block containing the following line:

    #! com.hp.ov.nms.ui.https.only=false
  3. Uncomment and edit this line to read as follows:

    com.hp.ov.nms.ui.https.only=true
  4. Save your changes.

  5. Restart NNMi by running the following commands:

    ovstop
    ovstart
    Note

    Setting this property to redirect HTTP requests to HTTPS for the NNMi console can cause problems with some applications that cross-launch back to NNMi. If you experience such problems, disable this HTTPS redirect.