Monday, July 20, 2015

Install .cer Root and Intermediate CA certs - Netscaler


Everyone knows how to install .pfx certs. Recently I came across a situation to install .cer certs on Netscaler. Everywhere I saw single line of instruction that "install certs using Traffic management --->SSL -->Certs--> Install". I tried that but there is no option  for .cer certs.

Solution:

This solution is applicable for RootCA and Device CA certs only.

1. Login netscaler and go to Traffic Management Tab
2. Go to SSL tab and click Certificates
3. Click install
4. Select name, certificate file, select PEM ( do not select  - Private key file, password)


 5. Click Install


You are done. Have a nice day!!!1

Tuesday, July 14, 2015

License server has expired. Unable to enroll devices-Citrix Xenmobile


Error: The following error is showing on Citrix Xenmobile Device manage console- "License server has expired "


Solution:

The license server has correct license files. I am able to telnet on license port but console was displaying above error.

I have applied the patch "Patch_900_9997" as recommended in the article http://support.citrix.com/article/CTX141058

Now its working fine.


Have a nice day!

JCE unlimited Strength Jurisdiction Policy is required for iOS MDM to work


Citrix Xenmobile was giving the above error.

Solution:

Download the respect JCE files from Oracle:

Java 7 - http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html
Java 8 - http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html

Copy and replace local_policy.jar and US_export_policy.jar from the Unlimited JCEPolicy.zip file to the following location:

C:\Program Files\Java\Jdk1.8.0.45\jre\lib\security
C:\Porgram Files\Java\jr8\lib\security


Have a nice day!