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를 같이 반환한다.
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를 같이 반환한다.