Receiver-Install
Jump To: Support > KB > Citrix > Receiver > Install
Citrix Receiver configuration tasks
Enabling access to http stores
By default in Receiver 3.1 and later, only https stores are allowed which is an incompatibility with earlier versions and also requires significant extra configuration on your WebInterface server.
You can revert to the old behaviour by setting these registry keys (on 32-bit Windows) - download .reg file:
[HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\AuthManager] "ConnectionSecurityMode"="Any" [HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\Dazzle] "AllowAddStore"="A"
On 64-bit Windows, set these keys - download .reg file::
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Citrix\AuthManager] "ConnectionSecurityMode"="Any" [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Citrix\Dazzle] "AllowAddStore"="A"
Enabling Single-Sign On (i.e. pass through domain logon credentials)
You need to install Receiver with the /includeSSON
option.