DB24 LogoDB24 Docs_

    Portal TLS Certificate

    Last updated: March 4, 2026

    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

    1. Open IIS Manager (inetmgr)
    2. Right-click the site db24-portal and select Edit Bindings…
    3. Add a new binding:
      • Type: https
      • Port: 443
      • Host name: your.hostname.com
    4. Select the appropriate SSL certificate
    5. Ensure the selected port (443) is open in the firewall
    6. 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