Run the DB24 Portal Encrypted on HTTPS
It is always recommended to run the DB24 Portal encrypted using HTTPS.
For Version 2024.3 and Beyond
✅ Prerequisites
- Ensure you have a valid SSL certificate for your domain ready
Add Certificate to Site db24-portal
- Open IIS Manager (
inetmgr) - Right-click the site
db24-portaland select Edit Bindings… - Add a new binding:
- Type:
https - Port:
443 - Host name:
your.hostname.com
- Type:
- Select the appropriate SSL certificate
- Ensure the selected port (443) is open in the firewall
- Test the new URL:
- From the server itself
- From an external host
Verify HTTPS Port Availability
Ensure the HTTPS port is not already in use by running:
netstat -aon | findstr :PORT_NUMBER
