小言_互联网的博客

Confluence 移动应用无法连接 Can't get a secure connection error

511人阅读  评论(0)

如果移动端访问不佳,请访问 –> Github版

最近尝试逐步体系化自己的知识管理系统,发现了 Confluence 这个强大的 Wiki 系统,它还提供了移动端 App 进行访问自己的 Confluence,但 App 使用时在填写网站之后遇到了这个错误:

Can’t get a secure connection

Either there’s a problem with your site’s certificate, or you need to install the certificate on your device. 
-----------------------
Can’t get a secure connection

Either you’re not using HTTPS, there’s a problem with your site’s certificate, or it’s not trusted by this device. 

原因比较简单,就是部署的SSL证书或者网站的 SSL 相关配置有问题。参考:Can’t get a secure connection error on Confluence Server mobile app

  • 证书链不完整
  • Apache 或者 Nginx 不支持 TLSv1.2 协议等

这里我遇到的情况是「证书链不完整」。

  1. 首先检测证书链:https://myssl.com/

  2. 如果检查结果里有说证书链不完整,可以使用 证书链修复工具 进行修复,获取完整的证书链。

如果有什么建议或者问题可以随时联系我,共同探讨学习:


转载:https://blog.csdn.net/ys743276112/article/details/103393008
查看评论
* 以上用户言论只代表其个人观点,不代表本网站的观点或立场