Enable https certificate on ports other than 80 and 443

I have generated certificate for one subdomain. But it is working only for 80 and 443 port number.

How to enable https on other port too?

https://subdomain.domin** [working fine]**

But https://subdomain.domain:25000 [Not working]

Which server are you using? What’s your configuration?

Works just fine here: https://kelunik.com:1337/

Which port the client is connecting isn’t part of the TLS protocol nor the certificate. It shouldn’t matter, except how your server is configured.

Yes… This is my mistake why it was not working on other port. I have misconfigured ssl setting for that port.

I’m really sorry for wasting your time. :blush: