Create ssl certificate for another server behind same router [domain:port]

I have created and ssl certififcate for my VM windows server 2012r2 wampserver 3.2 (https://sapilog.gromab.com)
I want to create another certificate for another VM server inside the same local network (behind the same rooter and have the same public ip) with port forwarding sapilog.gromab.com:7575
is it possible
I configured the same certificate for the second VM server but not working https

any suggestion will be aprecied

Hi @khalilgro

that will not work. You can redirect http -> https and one domain -> other domain, but always port 80 / 443 is required.

That's your solution. Install the same certificate on your second system.

PS: 7575 is a http port, not a https.

1 Like

thanks, you are right I have forget to add https port
I added
Listen 7577
and

and it works

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.