【发布时间】:2020-12-22 18:26:36
【问题描述】:
我有两个域:example.com 和 example.org。
HTTP://www.example.com redirects to HTTPS://www.example.org (as expected)
HTTP://example.com redirects to HTTPS://www.example.org (as expected)
HTTP://www.example.org redirects to HTTPS://www.example.org (as expected)
HTTP://example.org redirects to HTTPS://www.example.org (as expected)
HTTPS://example.org redirects to HTTPS://www.example.org (as expected)
但是,使用 HTTPS 不起作用。我认为这是因为我还没有证明我的 CA 拥有 example.com(让我们通过 GitHub 页面加密)。
HTTPS://www.example.com should redirect to HTTPS://www.example.org
HTTPS://example.com should redirect to HTTPS://www.example.org
This 的问题是相关的,但它有点超出我的想象,我不确定如何使用 Namecheap 在 Github 页面上实现它。
【问题讨论】:
标签: ssl https dns github-pages