Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Domain redirects specification is incomplete #144

@kwajiehao

Description

@kwajiehao

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) 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions