Citrix 接收器 SSL 连接错误。证书?

0 citrix ssl 17.10

I can't get the Citrix Receiver to work on Ubuntu 17.10. (SSL connection couldn't be established)

I tried different versions and copying the certificates from Mozilla as described here and here and ran ctx_rehash. Another answer suggests to convert a .crt file to .pem.

It's not clear to me though which file is meant and how to get it. I connected to citrix via browser (which works), exported the certificate from the page info/security, converted it to .pem and rehashed. Doesn't work though

Pet*_*ino 5

您应该简单地重新使用已随ca-certificates包安装的证书,例如(在您的终端中运行这些命令)

cd /opt/Citrix/ICAClient/keystore/
sudo rm -r cacerts
sudo ln -s /etc/ssl/certs cacerts
Run Code Online (Sandbox Code Playgroud)

无需转换和重新哈希。

请参阅Ubuntu 18.04.1 上的 Citrix 接收器 13.10 以了解背景阅读(以及为什么这是安全的)。