How HTTP to HTTPS redirection works ? #7498
-
Hello, Fresh installation in 2.5.305 HTTP to HTTPS redirection works but does not seem to direct flows to port 3443 I reach my wiki on 3000 and 3443 without any problem by using the respective URLs http://mywiki:3000 and https://mywiki:3443. When I change Redirect HTTP requests to HTTPS to true in the admin SSL settings and go to http://mywiki:3000 I am redirected to https://mywiki and I get a blank page. Did I miss something? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Why port 3443? Don't you mean 443? |
Beta Was this translation helpful? Give feedback.
-
Because it is the default port defined in the configuration file (https://docs.requarks.io/install/config#https) and when I change it to 443 the service does not restart. |
Beta Was this translation helpful? Give feedback.
-
Port 3000 and 3443 are the internal ports and should not be used as is by users. If using docker, you need to map them to 80 and 443 on the host respectively. Otherwise you need to change both ports in your config.yml to be 80 and 443. |
Beta Was this translation helpful? Give feedback.
Port 3000 and 3443 are the internal ports and should not be used as is by users.
If using docker, you need to map them to 80 and 443 on the host respectively. Otherwise you need to change both ports in your config.yml to be 80 and 443.