26 lines
1.1 KiB
Markdown
26 lines
1.1 KiB
Markdown
+++
|
|
date = "2017-04-14"
|
|
tags = ["server"]
|
|
title = "cloudflare"
|
|
slug = "server"
|
|
+++
|
|
|
|
現在、freenomで取得したドメインから`syui.gitlab.io`へリダイレクトして繋いでるんだけど、そのためのネームサーバー及びSSLの設定に使ってるCloudFlareが522 Errorを吐きまくるので、接続が安定しない問題があった。
|
|
|
|
https://support.cloudflare.com/hc/en-us/articles/200171906-Error-522
|
|
|
|
https://blog.cloudflare.com/secure-and-fast-github-pages-with-cloudflare/
|
|
|
|
調べてみると、これはGitLabで以下の変更があったためだった。
|
|
|
|
> Update: GitLab Pages IP address on GitLab.com has changed from 104.208.235.32 to 52.167.214.135. Updated by Marcia Ramos on 2017/03/06.
|
|
|
|
なので、CloudFlareでDNS A recordを104.208.235.32から52.167.214.135に変更。Firewallのwhite listにも追加されていることを確認。
|
|
|
|
3/6から522 Errorで`syui.cf`にアクセスできない(リダイレクトされない)状態だったみたいなので辛い。
|
|
|
|
追記 :
|
|
|
|
この問題に対処してから1日後にGitLabからメールのお知らせが来た...遅いよ!
|
|
|