الحصول على خطأ Cloudflare 521 بعد ترقية Discourse إلى 3.5.0.beta8-dev

شكراً على الاقتراحات! @LotusJeff

لقد تحققت من إعداد SSL الخاص بي، ولا أستخدم Let’s Encrypt، لقد قمت بإنشاء شهادة أصلية من Cloudflare، ووضعت المفتاح والشهادة هنا:

لقد قمت بإعادة بناء كاملة بعد التحقق. لكنني ما زلت أواجه خطأ 521 عندما يتم تعيين Cloudflare على Full (Strict).

إليك قسم القالب من app.yml الخاص بي كمرجع:

templates:
  - "templates/postgres.template.yml"
  - "templates/redis.template.yml"
  - "templates/web.template.yml"
  - "templates/web.ratelimited.template.yml"
  ## Uncomment these two lines if you wish to add Lets Encrypt (https)
  - "templates/web.ssl.template.yml"
  # - "templates/web.letsencrypt.ssl.template.yml"
  - "templates/cloudflare.template.yml"

expose:
  - "80:80"   # http
  - "443:443" # https

شكراً مرة أخرى على تخصيص الوقت للمساعدة!