<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jorink.nl &#187; Citrix</title>
	<atom:link href="http://www.jorink.nl/tag/citrix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jorink.nl</link>
	<description>Just for documentation</description>
	<lastBuildDate>Thu, 15 Dec 2011 09:36:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Print on local in a Citrix Session using Ubuntu 10.10</title>
		<link>http://www.jorink.nl/2010/11/print-on-local-in-a-citrix-session-using-ubuntu-10-10/</link>
		<comments>http://www.jorink.nl/2010/11/print-on-local-in-a-citrix-session-using-ubuntu-10-10/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 13:04:31 +0000</pubDate>
		<dc:creator>Arjan Jorink</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Printing]]></category>
		<category><![CDATA[Ubuntu 10.10]]></category>

		<guid isPermaLink="false">http://www.jorink.nl/?p=480</guid>
		<description><![CDATA[To add you local printer in your Citrix Session edit the following file /usr/lib/ICACLIENT/config/wfclient.ini Under the section WFClient add the following lines DefaultPrinter = (here use the cups printer name for the printer you want) DefaultPrinterDriver = Citrix PCL 4 Universal Driver]]></description>
			<content:encoded><![CDATA[<p>To add you local printer in your Citrix Session edit the following file</p>
<blockquote><p>/usr/lib/ICACLIENT/config/wfclient.ini</p></blockquote>
<p>Under the section WFClient add the following lines</p>
<blockquote><p>DefaultPrinter = (here use the cups printer name for the printer you want)<br />
DefaultPrinterDriver = Citrix PCL 4 Universal Driver</p></blockquote>
<p><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jorink.nl/2010/11/print-on-local-in-a-citrix-session-using-ubuntu-10-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You have not chosen to trust &#8220;AddTrust External CA Root&#8221;, the issuer of the server&#8217;s security certificate.</title>
		<link>http://www.jorink.nl/2010/11/you-have-not-chosen-to-trust-addtrust-external-ca-root-the-issuer-of-the-servers-security-certificate/</link>
		<comments>http://www.jorink.nl/2010/11/you-have-not-chosen-to-trust-addtrust-external-ca-root-the-issuer-of-the-servers-security-certificate/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 15:52:21 +0000</pubDate>
		<dc:creator>Arjan Jorink</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Citrix]]></category>

		<guid isPermaLink="false">http://www.jorink.nl/?p=459</guid>
		<description><![CDATA[After installing the latest Citrix Client on my Ubuntu 10.10 laptop I wanted to log in a a Citrix Portal. I got the following error. You have not chosen to trust "AddTrust External CA Root", the issuer of the server's security certificate. This solved my problem: sudo cp /usr/share/ca-certificates/mozilla/*.* /usr/lib/ICAClient/keystore/cacerts/]]></description>
			<content:encoded><![CDATA[<p>After installing the latest Citrix Client on my Ubuntu 10.10 laptop I wanted to log in a a Citrix Portal.</p>
<p>I got the following error.</p>
<p><code>You have not chosen to trust "AddTrust External CA Root", the issuer of the server's security certificate.</code></p>
<p>This solved my problem:</p>
<p><code>sudo cp /usr/share/ca-certificates/mozilla/*.* /usr/lib/ICAClient/keystore/cacerts/</code><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jorink.nl/2010/11/you-have-not-chosen-to-trust-addtrust-external-ca-root-the-issuer-of-the-servers-security-certificate/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Installing Citrix Client on Ubuntu 9.10</title>
		<link>http://www.jorink.nl/2010/03/installing-citrix-client-on-ubuntu-9-10/</link>
		<comments>http://www.jorink.nl/2010/03/installing-citrix-client-on-ubuntu-9-10/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 14:57:17 +0000</pubDate>
		<dc:creator>Arjan Jorink</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Citrix]]></category>

		<guid isPermaLink="false">http://www.jorink.nl/?p=267</guid>
		<description><![CDATA[Install OpenMotif sudo aptitude install libmotif3 Unfortunately, Ubuntu only provide the obsolete libmotif3 version and the not the current version 4 that the receiver is built against. The easiest solution is to install libmotif3 and then run sudo ln -s /usr/lib/libXm.so.3.0.2 /usr/lib/libXm.so.4 Download the latest Citrix Client from: http://citrix.com/English/ss/downloads/ Search Downloads by Product &#62; Citrix [...]]]></description>
			<content:encoded><![CDATA[<p>Install OpenMotif</p>
<blockquote><p>sudo aptitude install libmotif3</p></blockquote>
<p>Unfortunately, Ubuntu only provide the obsolete libmotif3 version and the not the current version 4 that the receiver is built against.<br />
The easiest solution is to install libmotif3 and then run</p>
<blockquote>
<pre>sudo ln -s /usr/lib/libXm.so.3.0.2 /usr/lib/libXm.so.4</pre>
</blockquote>
<p>Download the latest Citrix Client from:<br />
<a href="http://citrix.com/English/ss/downloads/">http://citrix.com/English/ss/downloads/</a><br />
Search Downloads by Product &gt; Citrix Xenapp &gt; Linux Client<br />
Select:<br />
Version 11.0 English German Japanese 3/2/09 2.1 mb .deb<br />
x86 client – requires OpenMotif v.2.3.1<br />
Install the .deb with GDebi.</p>
<p>Done<!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jorink.nl/2010/03/installing-citrix-client-on-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Citrix Portals on Linux host</title>
		<link>http://www.jorink.nl/2010/02/citrix-portals-on-linux-host/</link>
		<comments>http://www.jorink.nl/2010/02/citrix-portals-on-linux-host/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 14:29:38 +0000</pubDate>
		<dc:creator>Arjan Jorink</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Citrix]]></category>

		<guid isPermaLink="false">http://www.jorink.nl/?p=78</guid>
		<description><![CDATA[When using Citrix Clients to connect to some portals you will need additional certificates on your Linux host. Tuesday, August 31, 1999 5:38 AM 1190 1.crt Monday, January 26, 2004 4:57 PM 1617 DC-Demo.crt Tuesday, April 15, 2003 2:31 PM 1818 DigitalCredential.crt Thursday, September 21, 2000 2:34 PM 1520 docuharborbyUTN-USERFirst.crt Friday, July 27, 2001 11:12 [...]]]></description>
			<content:encoded><![CDATA[<p>When using Citrix Clients to connect to some portals you will need additional certificates on your Linux host.</p>
<blockquote><p>Tuesday, August 31, 1999  5:38 AM         1190 <a href="http://www.usertrust.com/cacerts/1.crt">1.crt</a><br />
Monday, January 26, 2004  4:57 PM         1617 <a href="http://www.usertrust.com/cacerts/DC-Demo.crt">DC-Demo.crt</a><br />
Tuesday, April 15, 2003  2:31 PM         1818 <a href="http://www.usertrust.com/cacerts/DigitalCredential.crt">DigitalCredential.crt</a><br />
Thursday, September 21, 2000  2:34 PM         1520 <a href="http://www.usertrust.com/cacerts/docuharborbyUTN-USERFirst.crt">docuharborbyUTN-USERFirst.crt</a><br />
Friday, July 27, 2001 11:12 AM         1507 <a href="http://www.usertrust.com/cacerts/FNCbyUSERTRUST.crt">FNCbyUSERTRUST.crt</a><br />
Tuesday, July 02, 2002  2:32 PM         1334 <a href="http://www.usertrust.com/cacerts/SSLTestCertificate.crt">SSLTestCertificate.crt</a><br />
Wednesday, April 05, 2006  5:23 PM         1393 <a href="http://www.usertrust.com/cacerts/USERTRUST-ServerAuthentication.crt">USERTRUST-ServerAuthentication.crt</a><br />
Wednesday, March 06, 2002  1:23 PM         1570 <a href="http://www.usertrust.com/cacerts/USERTRUST-ServerAuthentication-old.crt">USERTRUST-ServerAuthentication-old.crt</a><br />
Monday, October 01, 2001  2:05 PM         1538 <a href="http://www.usertrust.com/cacerts/USERTRUST-ServerCertification.crt">USERTRUST-ServerCertification.crt</a><br />
Friday, February 04, 2000  4:09 PM         1425 <a href="http://www.usertrust.com/cacerts/USERTRUST-ServerCertifier.crt">USERTRUST-ServerCertifier.crt</a><br />
Monday, May 01, 2000  3:32 PM         1429 <a href="http://www.usertrust.com/cacerts/USERTRUST-SoftwareCertifier.crt">USERTRUST-SoftwareCertifier.crt</a><br />
Wednesday, April 26, 2006  4:50 PM         1088 <a href="http://www.usertrust.com/cacerts/UTNAddTrustServer_CA.crt">UTNAddTrustServer_CA.crt</a><br />
Tuesday, May 04, 2004 11:06 AM         1122 <a href="http://www.usertrust.com/cacerts/UTN-DATACorpSGC.crt">UTN-DATACorpSGC.crt</a><br />
Friday, June 10, 2005  4:16 PM         1470 <a href="http://www.usertrust.com/cacerts/UTNLEVEL2.crt">UTNLEVEL2.crt</a><br />
Tuesday, August 31, 1999  5:38 AM         1190 <a href="http://www.usertrust.com/cacerts/UTN-USERFirst-ClientAuthenticationandEmail.crt">UTN-USERFirst-ClientAuthenticationandEmail.crt</a><br />
Friday, July 09, 1999 11:30 AM         1144 <a href="http://www.usertrust.com/cacerts/UTN-USERFirst-Hardware.crt">UTN-USERFirst-Hardware.crt</a><br />
Friday, July 09, 1999 12:02 PM         1128 <a href="http://www.usertrust.com/cacerts/UTN-USERFirst-NetworkApplications.crt">UTN-USERFirst-NetworkApplications.crt</a><br />
Friday, July 09, 1999 11:53 AM         1130 <a href="http://www.usertrust.com/cacerts/UTN-USERFirst-Object.crt">UTN-USERFirst-Object.crt</a><br />
Thursday, May 06, 2004 12:54 PM         1540 <a href="http://www.usertrust.com/cacerts/UTN-USERTrustClientAuthenticationandEmail.crt">UTN-USERTrustClientAuthenticationandEmail.crt</a><br />
Thursday, March 23, 2000  4:03 PM         1540 <a href="http://www.usertrust.com/cacerts/UTN-USERTrustClientAuthenticationandEmail-old.crt">UTN-USERTrustClientAuthenticationandEmail-old.crt</a></p></blockquote>
<p>You can find these certificates here : <a href="http://www.usertrust.com/cacerts/" target="_blank">http://www.usertrust.com/cacerts/</a></p>
<p>If linux tells you the certificate is already installed you need to run the following command as root</p>
<blockquote><p>cp /usr/share/ca-certificates/mozilla/*  /usr/lib/ICAClient/keystore/cacerts/</p></blockquote>
<p><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jorink.nl/2010/02/citrix-portals-on-linux-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

