SugarCRM 6.2 CE Imap 模块自签名证书错误

发布于 2024-11-18 00:58:42 字数 323 浏览 4 评论 0原文

有人可以帮助解决这样的问题吗?

我已经安装了Sugar CRM 6.2 CE。 一切正常,但传入的 imap 邮件不起作用。

按“测试设置”时,我看到以下弹出窗口:

mail.zzzz.com 的证书失败:自签名证书:/C=US/ST=Someprovince/L=Sometown/O=none/OU =无/CN=localhost/emailAddress=webaster@localhost 请检查您的设置并重试。

希望你能帮助我找到解决方案。 阿列克谢

Can somebody help to solve such problem ?

I have installed Sugar CRM 6.2 CE.
Everything is going ok, but incoming imap mail doesn't work.

I see the following popup when press 'Test settings':

Certificate failure for mail.zzzz.com: self signed certificate: /C=US/ST=Someprovince/L=Sometown/O=none/OU=none/CN=localhost/emailAddress=webaster@localhost
Please check your settings and try again.

Hope you will help me to find solution.
Alexey

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

美人骨 2024-11-25 00:58:42

如果您有权访问自签名根 CA 证书,则可以将其安装在操作系统证书存储中。

作为 Ubuntu 服务器上的示例:

  • 将自签名 CA 证书复制到 /usr/share/ca-certificates/
  • 以 root 身份执行“dpkg-reconfigure ca-certificates”(如果要求您安装新证书,请选择 yes)
  • 选择您的 CA以下对话框中的证书

在 Windows 上,您可以尝试

  • 双击 CA 文件
  • 或通过 Internet Explorer 设置安装证书(据我所知)

If you have access to the self signed root CA certificate you can install it in your operation system certificate store.

As an example on Ubuntu server:

  • copy your self signed CA certificate to /usr/share/ca-certificates/
  • execute "dpkg-reconfigure ca-certificates" as root (choose yes if you're asked to install new certificates)
  • choose your CA certificate in the following dialog

On Windows you can try to

  • doubleclick the CA file
  • or install the certificate trough Internet Explorer settings (as far as I know)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文