Citrix SSL Error 61 – “GlobalSign Root CA”
Posted kozmers
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Citrix SSL Error 61 – “GlobalSign Root CA”相关的知识,希望对你有一定的参考价值。
When using VDI from NetScaler server html, after open a ica file(Citrix ICA Setting file for icaclient) by Citrix Workspace, an error dialog popup:
You have not chosen to trust “GlobalSign Root CA”, the issuer of the server;s security certificate (SSL error 61)
The problem is that the cert is not in the plugin directory that ICAClient uses. So the solution is to get it and put it in the correct place.
Firefox Preferences > Advanced > Certificates > View Certificates
Scroll down and click on “GlobalSign Root CA” (under GlobalSign nv-sa), and then press Export.
Save it somewhere.
Then copy it into the correct directory.
sudo cp ~/tmp/cert/GlobalSignRootCA.crt /opt/Citrix/ICAClient/keystore/cacerts/
Some certifiate files in ICAClients‘ directory are not extended as .crt, but as .pem, so, transer .crt to .pem by openssl
/opt/Citrix/ICAClient/keystore/cacerts$ sudo openssl x509 -in GlobalSignRootCA.crt -out GlobalSignRootCA.pem
Then reopen the ica file, problem was fixed.
以上是关于Citrix SSL Error 61 – “GlobalSign Root CA”的主要内容,如果未能解决你的问题,请参考以下文章
citrix VPN登录是提示 无法连接到xenapp服务器SSL错误70:服务器发送了一个已过期的安全证书
Citrix 核心服务器报错Error: IMA Service Error Message -2147483647
git执行push命令到远程仓库报错OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
错误记录GitHub 提交报错 ( OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 )