cloudflare 子域的 SSL 错误
SSL error for subdomains with cloudflare
我已尝试在我的 Cloudflare 帐户上为我的资产子域启用 SSL,但我在 Chrome 中看到以下错误:
This site can’t provide a secure connection
a1.staging.domain.com sent an invalid response.
ERR_SSL_PROTOCOL_ERROR
在 Firefox 中是这样的:
Secure Connection Failed
An error occurred during a connection to a1.staging.domain.com. Peer reports it experienced an internal error. Error code:
SSL_ERROR_INTERNAL_ERROR_ALERT
我在 Cloudflare 支持下跟进了这一点。事实证明,这是由于 Cloudflare 颁发的 SSL 证书仅对单个子域有效的限制。所以 *.domain.com 会起作用,但 *.staging.domain.com 不会。
更多信息在这里:
https://support.cloudflare.com/hc/en-us/articles/200170566-Why-isn-t-SSL-working-for-my-site-
我已尝试在我的 Cloudflare 帐户上为我的资产子域启用 SSL,但我在 Chrome 中看到以下错误:
This site can’t provide a secure connection
a1.staging.domain.com sent an invalid response.
ERR_SSL_PROTOCOL_ERROR
在 Firefox 中是这样的:
Secure Connection Failed
An error occurred during a connection to a1.staging.domain.com. Peer reports it experienced an internal error. Error code:
SSL_ERROR_INTERNAL_ERROR_ALERT
我在 Cloudflare 支持下跟进了这一点。事实证明,这是由于 Cloudflare 颁发的 SSL 证书仅对单个子域有效的限制。所以 *.domain.com 会起作用,但 *.staging.domain.com 不会。
更多信息在这里:
https://support.cloudflare.com/hc/en-us/articles/200170566-Why-isn-t-SSL-working-for-my-site-