Me and one customer find it very strange that router returns 503 HTTP code when the target service listens on :443 while the client tries to talk to :80. We would expect the router to redirect the client to a
secured :443 port.
The same situation applies to a service listening on :80 and client connecting to the router on :443 port.
Is there a reason for doing this? Could this be improved?
Me and one customer find it very strange that router returns
503HTTP code when the target service listens on:443while the client tries to talk to:80. We would expect the router to redirect the client to asecured
:443port.The same situation applies to a service listening on
:80and client connecting to the router on:443port.Is there a reason for doing this? Could this be improved?