When we try launching application or desktop with FAS configured in the StoreFront, we get an error "The username or password is incorrect".
Export user certificate from FAS server
Open Powershell as administrator on the FAS Server and run:
asnp Citrix*
Get-FasUserCertificate -Userprincipalname 'User@domain' -Address 'FAS@domain' | Out-File 'c:\Certname.cer'
Validate the user certificate by copying the certificate from the FAS server (exported above or exported directly from CA) to the VDA where the application are published. If the CRL check fails because if you are not able to access the CRL path from the VDA, all the certificate in the certificate chain should be validated.
To verify the the certificate validation, run the below command on the VDA from an elevated command prompt.
Certutil -urlfetch -verify "name of the user certificate" > Certname.txt
The output will look like something below.
---------------- Certificate AIA ----------------
Wrong Issuer "Certificate (0)" Time: 0
[0.0] ldap:///CN=ROOT-CA,CN=AIA,CN=Public%20Key%20Services,CN=Services,CN=Configuration,DC=lab,DC=com?cACertificate?base?objectClass=certificationAuthority
Verified "Certificate (1)" Time: 0
[0.1] ldap:///CN=ROOT-CA,CN=AIA,CN=Public%20Key%20Services,CN=Services,CN=Configuration,DC=lab,DC=com?cACertificate?base?objectClass=certificationAuthority
Failed "AIA" Time: 0
Error retrieving URL: Not found (404). 0x80190194 (-2145844844 HTTP_E_STATUS_NOT_FOUND)
http://pki.lab.com/CertEnroll/Root.lab.com_lab-ROOT-CA.crt
---------------- Certificate CDP ----------------
Expired "Base CRL (01)" Time: 0
[0.0] ldap:///CN=ROOT-CA,CN=Root,CN=CDP,CN=Public%20Key%20Services,CN=Services,CN=Configuration,DC=lab,DC=com?certificateRevocationList?base?objectClass=cRLDistributionPoint
Failed "CDP" Time: 0
Error retrieving URL: Not found (404). 0x80190194 (-2145844844 HTTP_E_STATUS_NOT_FOUND)
http://pki.lab.com/CertEnroll/lab-ROOT-CA.crl