SSL 不适用于 apache 和 cloudflare

SSL Not working with apache and cloudflare

我在 Ubantu 18.10 中使用 "Let's Encrypt" 创建 SSL 证书。我按照以下文档创建 SSL 证书。

https://www.linode.com/docs/security/ssl/install-lets-encrypt-to-create-ssl-certificates/

我已检查 SSL 证书是否已成功创建 我已使用以下命令对其进行测试。

openssl 验证 chain.pem openssl verify -CAfile chain.pem cert.pem

但站点无法正常工作,获取 525 error.In cloudflare“"Universal SSL is Active "

任何人请提出解决此问题的可能解决方案?

谢谢

我找到了解决方案。 apache 配置有问题 file.I 更改端口“443” 在 apache 配置文件中,它工作正常。

谢谢