Redirect HTTP web interface to HTTPS?

We have both port 80 (HTTP) and 443 (HTTPS) enabled on our Netvault web interface.

Is there a way to redirect port 80 to port 443?

We want this so that users can go to the domain name and use HTTPS without having to remember to type the port number or "https" at the beginning.  Most web servers allow HTTP-to-HTTPS redirection nowadays.

Parents
  • Hello

    There is no way to do a redirection as it is not a regular Apache or IIS, what is handlind the web service is a process called nvwsrequesthandler.

    But what you can do is to change ports, to do so you go in the WebUI to Change Settings -> Server Settings -> Web Service and there you can enable/disable http or https, so you can enable http and https and choose port 80 (for http) and 443 (for https) click ok and restart NetVault service to apply. That way you can just call your NetVault Server by ip or name using regular http or https without using a port.

    Hope information above helps.

  • As I said, we already use port 80 and port 443.

    The problem: using port 80 will not require the user to remember to type "https," but using HTTP (regardless of the port) is a security risk.

    Using HTTPS requires the user to manually type "https" at the beginning, which is not what most users expect.

    Ideally, going to netvault.example.com would automatically redirect to https://netvault.example.com:443.  nginx, Apache, and IIS easily do this.

    Is there a way to do a feature request so that this can be added in the next version of Netvault?

  • We have logged your request for a product enhancement. Your product enhancement ID is NV-I-647.

    Our product management team reviews enhancement requests considering them for inclusion in a future product release. There is no guarantee that a specific enhancement request will be implemented in a future release.

    Please refer to the "New Features" section of the Product Release Notes for a complete list of Enhancement ID's addressed in the new release. These are available in our Documentation section of the Support Portal.

    For more information regarding our enhancement request policy, refer to our Global Support Guide on the Support Portal at support.quest.com

Reply
  • We have logged your request for a product enhancement. Your product enhancement ID is NV-I-647.

    Our product management team reviews enhancement requests considering them for inclusion in a future product release. There is no guarantee that a specific enhancement request will be implemented in a future release.

    Please refer to the "New Features" section of the Product Release Notes for a complete list of Enhancement ID's addressed in the new release. These are available in our Documentation section of the Support Portal.

    For more information regarding our enhancement request policy, refer to our Global Support Guide on the Support Portal at support.quest.com

Children