software:misc:citrix

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


software:misc:citrix [2019/10/31 09:05] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Configure Citrix Receiver to Use HTTP Stores on Windows ======
 +For Receiver 3.1 and later, Only secure (HTTPS) stores are allowed by default. If you have only unsecure stores, here is how you can bypass this limitation.
  
 +Note: Citrix recommends using HTTPS in production environments.
 +
 +Open registry editor and navigate to:
 +<code>
 +HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Citrix\Dazzle
 +</code>
 +  * Set AllowAddStore value to A to allow users to add non-secure stores.
 +  * Set AllowSavePwd value to A to allow users to save their passwords for non-secure stores.
 +
 +Navigate to:
 +<code>
 +HKLM\Software\Wow6432Node\Citrix\AuthManager
 +</code>
 +  * Set ConnectionSecurityMode (REG_SZ type) value to A
 +
 +Exit and restart Receiver.
 +
 +Value explanations:
 +
 +  - N - Prevent operation
 +  - S - Allow secure
 +  - A - Allow both secure and non-secure
  • software/misc/citrix.txt
  • Last modified: 2019/10/31 09:05
  • by 127.0.0.1