- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我尝试使用 Lets Encrypt 作为验证程序将 SSL 证书添加到我的网页。在我按照 https://certbot.eff.org/lets-encrypt/ubuntutrusty-apache 中描述的步骤进行操作之后我有一个
Your connection is not secure
错误。我用 https://www.ssllabs.com/ssltest/analyze.html 测试了 SSL 连接并收到“DNS CAA”警告。在我发现我必须将验证程序添加到我的 DNS (xyz.com 3600 0 issue "letsencrypt.org") 之后,警告消失了,但我仍然收到错误。
我用 https://www.whynopadlock.com 检查了页面同样,我得到的唯一警告是
You currently have TLSv1 enabled. This version of TLS is being phased out. This warning won't break your padlock, however if you run an eCommerce site, PCI requirements state that TLSv1 must be disabled by June 30, 2018.
但警告指出这不应该破坏我的挂锁。
我以为……可能会缓存在 DNS 中(如果可能的话),但我不确定。我在多台设备上测试了该页面,所有设备都出现了错误。
最佳答案
我发现了问题。当我浏览页面时,“www”以某种方式丢失了,所以 cert.注册了前面带有“www”的页面。我创建了另一个缺少“www”的证书,现在可以使用了
关于ssl - 让我们加密, "Your connection is not secure",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49900242/
我是一名优秀的程序员,十分优秀!