다른 도메인 사이트에서 Cloudflare로 도메인을 이전하면서 페이지가 계속해서 리다이렉션되는 문제를 겪었는데, 내 경우에는 아이클라우드 비공개 릴레이의 문제였다.
페이지 리다이렉션 문제가 브라우져 캐시에 의해서 벌어지기도 하기 때문에 스택오버플로우 등에서는 캐시를 지우라는 방법이 제시되고 있다. 하지만, 이건 아이클라우드 비공개 릴레이를 비롯하여 VPN과 같은 것들에 의해서 벌어지기도 한다.
캐시를 지우고도 같은 문제가 발생하면, 당황하지말고 이 설정 하나만 고쳐주면 된다.
ENG
I had an issue where my website kept redirecting after transferring the domain to Cloudflare from another domain provider. In my case, the issue was with Cloudflare's private relay.
Sometimes, the page redirection problem can be caused by browser cache, and solutions like clearing the cache are suggested on Stack Overflow, etc.. . However, this issue can also be caused by services like Cloudflare's private relay or VPNs.
If clearing the cache doesn't resolve the issue, don't panic. change just one setting, then it will be fixed.
Cloudflare Login -> go to Dashboard -> select the Domain -> go to SSL Overview -> change the "SSL/TLS encryption Mode" from Flexible(default) to Full(strict)
'Development' 카테고리의 다른 글
AWS 사용하는 앱 통신판매업 호스트 서버 주소 신고 팁 (0) | 2023.06.14 |
---|---|
[개발 팁] 애자일 (Agile)이 도대체 뭔데? (0) | 2022.03.29 |