1. Home
  2. System Administration
  3. How to Disable HTTP access

How to Disable HTTP access

HTTP stands for hypertext transfer protocol. It’s a protocol that allows communication between different systems. Most commonly, it is used for transferring data from a web server to a browser to view web pages. The problem is that HTTP (note: no “s” on the end) data is not encrypted, and it can be intercepted by third parties to gather data being passed between the two systems.

How to disable HTTP in the Variphy Linux OVA

  1. Connect to your Variphy Insight OVA deployment via SSH.
    • The default credentials are:
      • username: variphyadmin
      • password: V@riphy!!
  1. Stop the Variphy Service.

sudo systemctl stop variphy.service

  1. Navigate to the /opt/variphy/apps/insight/config directory.

cd /opt/variphy/apps/insight/config/

  1. Edit the http_customizations.xml using the file editor of your choice.
  2. Comment out the contents of the file using <!– at the beginning of the file and –> at the end.
BEFORE
AFTER Commenting out
  1. Save your changes
  1. Restart Variphy

sudo systemctl start variphy.service

Updated on February 8, 2024

Was this article helpful?

Related Articles