There are few documented solutions that seem to work.
1.) Deleting the out of date Citrix Certificate from Trusted publishers being one of them.
(powershell script to perform this thx Darren Long)
$store = New-Object
$store.Ope
$certs = @(dir cert:\Loca
foreach ($cert in $certs) {$store.Re
$store.clo
2.) Running this fix being another http://support.citrix.com/article/CTX131927
3.) Installing XA650W2K8R264014 before 001 being another.
No comments:
Post a Comment