ICA configuration file

The .ica configuration file defines connection parameters for establishing connections with remote host over the ICA protocol.

Non-TLS connections ICA file

[ApplicationServers]
<connection name>=

[<connection name>]
ProxyType=SOCKSV5
ProxyHost=<host>:<port>
ProxyUsername=*
ProxyPassword=*
Address=<username>
Username=<username>
ClearPassword=<password>
TransportDriver=TCP/IP
EncryptionLevelSession=Basic
Compress=Off

Note

<connection name> is for information purpose only and can be any string of characters. Provided value is displayed in the title of the ICA client application window.

TLS connections ICA file

[ApplicationServers]
<connection name>=

[<connection name>]
SSLEnable=On
SSLProxyHost=<FQDN>:<port>
Address=<username>
Username=<username>
ClearPassword=<password>
TransportDriver=TCP/IP
EncryptionLevelSession=Basic
Compress=Off

Note

<connection name> is for information purpose only and can be any string of characters. Provided value is displayed in the title of the ICA client application window.

Related topics: