You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
We have a list of domains / URLs which we perform redirections for. They can be found in the root of the repo at the domain_redirects.conf file. However, these domain redirects only work for HTTP redirection - they will not work for HTTPS redirection since we have not specified any SSL certs for the domains we wish to redirect to.
Example: techcareers.gov.sg
If we type http://techcareers.gov.sg into the URL bar, we get redirected (correctly) to https://www.tech.gov.sg/careers/overview/. However, if we enter https://techcareers.gov.sg instead, we get redirected to https://www.artsxplore.gov.sg/ instead, as that is the first entry of our port 443 configurations.
Proposed solution
We need to create separate config entries for our domain redirects for port 443, which include the SSL certificate of the site which we wish to redirect to.
The text was updated successfully, but these errors were encountered:
Problem
We have a list of domains / URLs which we perform redirections for. They can be found in the root of the repo at the domain_redirects.conf file. However, these domain redirects only work for HTTP redirection - they will not work for HTTPS redirection since we have not specified any SSL certs for the domains we wish to redirect to.
Example:
techcareers.gov.sg
If we type
http://techcareers.gov.sg
into the URL bar, we get redirected (correctly) tohttps://www.tech.gov.sg/careers/overview/
. However, if we enterhttps://techcareers.gov.sg
instead, we get redirected tohttps://www.artsxplore.gov.sg/
instead, as that is the first entry of our port 443 configurations.Proposed solution
We need to create separate config entries for our domain redirects for port 443, which include the SSL certificate of the site which we wish to redirect to.
The text was updated successfully, but these errors were encountered: