TN - Edge - 26051802 Prerequisites for Configuration of Edge Mobile Webpage for Secure Access
Last updated: May 18th, 2026Description
- Author: James Rochester
- Published: May 18th, 2026
Details:
- Document Version: 001
- Applies to Version(s): 2020 +

Description
This article will provide guidance on configuring the Aveva Edge Mobile accesses Webpage for HTTPS.
Solution Details
- Open IIS Manager: Launch Server Manager (if applicable), go to Roles > Web Server (IIS), and open the Internet Information Services (IIS) Manager.

- Navigate to your site: In the Connections pane, expand your server's name, expand Sites, and select the specific website you want to secure (e.g., Default Web Site).

- Open Bindings: In the Actions pane on the right side, click on Bindings.

- Add or Edit a binding:
- If an HTTPS binding for port 443 already exists, select it and click Edit.
- If not, click Add.

- Configure the binding:
- Type: Select https from the dropdown list.
- IP address: Select the specific IP address of your server, or leave it as All Unassigned.
- Port: Enter 443.
- SSL certificate: Select your imported SSL certificate by its friendly name from the dropdown list. (Ensure the certificate is in the "Personal" certificate store and has a private key beforehand).

- Confirm: Click OK to save the binding, then Close the Site Bindings window.
- Restart IIS : You may need to restart the web server for the changes to take effect.
_____________________________________________________________________________________________________

