Normally http to https redirect working but when i add proxy path from "/" to "http://localhost:3000" then http to https redirect not working. Note that if i post with https then i can browse with ssl but not redirect from http.
Normally http to https redirect working but when i add proxy path from "/" to "http://localhost:3000" then http to https redirect not working. Note that if i post with https then i can browse with ssl but not redirect from http.
Submitted by emasouddev on Tue, 08/18/2020 - 19:52Pro Licensee
Status:
Active
Comments
Submitted by JamieCameron on Wed, 08/19/2020 - 00:24Comment #1
This is kind of expected - the proxy path takes precedence over the redirect, so any redirect to an SSL URL would need to be done on the server being proxied to.
Comments
Submitted by JamieCameron on Wed, 08/19/2020 - 00:24 Comment #1
This is kind of expected - the proxy path takes precedence over the redirect, so any redirect to an SSL URL would need to be done on the server being proxied to.
Submitted by emasouddev on Fri, 08/21/2020 - 10:30 Pro Licensee Comment #2
So, what is the solution please!
Submitted by JamieCameron on Fri, 08/21/2020 - 15:51 Comment #3
That depends - what is listening on port 3000 ?