I am running Uptime Kuma on our server and it's using a port 1234 for instance. I can access the application by going to https://myserver.com:1234 but the certificate is invalid. I'd like to access the application directly on https://myserver.com without the port.
We are running Windows 2022 with IIS 10 on a dedicated cloud server. For SSL certificates I'm using Lets Encrypt.
Two questions:
- Can I setup IIS/Uptime to bind to my url myserver.com without the port?
- If I can do the above, can it use the certificate for my website? I'm getting an invalid certificate if I have to append the port at the end.
I tried binding the port in IIS but the website will not start since the port is already in use by Uptime Kuma.
I wasn't sure how to search for this so any information or links would be greatly appreciated!