How to make the platform accessible over HTTPS?
The internal IT department should be involved, as it depends on how infrastructure is configured. Setting it up should involve the following steps,
- Have a domain pointing to the server in the DNS
- Have an SSL certificate for that domain name and import it to the server
- Add an Https binding in IIS using that domain name and the certificate
- Configure any firewalls to allow https traffic.
For security reasons, it is not possible to get enough access to be able to edit DNS records, and it is recommended to not have access to the certificates. If a domain name pointing to the server is already present, and the certificate imported on the server, then add the Https binding in IIS.
Refer to Binding In Windows IIS 10 .