Skip to content

[feature] redirect only HTTP(tcp/80) optional server (리다이렉트 전용 HTTP(tcp/80) 선택적 서버) #139

Description

@dalbodeule

Problem / 문제

When running Portal Relay Server alone, there is no listener that can redirect HTTP requests to HTTPS.
단독으로 Portal Relay Server를 구동할 경우, HTTP를 사용한 요청을 HTTPS로 리다이렉션할 수 있는 listener가 없다.

As-Is / 개선점

Optionally accepts HTTP (tcp/80) requests to the Portal Relay Server and redirects all requests to PORTAL_URL. Optionally, returns an HSTS header.
Portal Relay Server에 선택적으로 HTTP(tcp/80) 요청을 받아 모든 요청을 PORTAL_URL 로 리다이렉트 한다. 추가 옵션으로 HSTS Header를 같이 반환한다.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions