L
L
Luan2021-08-26 17:25:28
IIS
Luan, 2021-08-26 17:25:28

How to redirect to https on non-standard ports?

The task is for clients to simply dial 192.168.0.1:4444 and get to the https site.
There is a virtual machine, a site is deployed on it. The port is forwarded only up to 443 and not standard, but 4444. The question is actually how to implement a redirect from http to https. Do I need to forward port 80 as well?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
akelsey, 2021-08-26
@akelsey

Yes, you need to set up a reverse proxy - nginx/apache is one of the most available options.
Port 80 must also be opened, redirected to 443 from it, and proxyed from there.
PS
I saw the IIS tag, then you can use IIS ARR - or install the WAP role.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question