[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisiónAmbos lados, revisión siguiente
es:howtos:network_services:citrix_client [2019/02/11 13:18 (UTC)] – [Download and install] slackwarespanoles:howtos:network_services:citrix_client [2019/02/11 13:37 (UTC)] – [Configuration] slackwarespanol
Línea 22: Línea 22:
 </code> </code>
  
-===== Configuration =====+===== Configuración =====
  
-The Citrix client/server communication uses SSL encryptionYour company may be using a SSL certificate for which the CA certificate is not yet known to the Citrix Client.+La comunicación cliente/servidor de Citrix utiliza cifrado SSL. Su empresa puede estar usando un certificado SSL para el cual el certificado de CA aún no es conocido por el cliente Citrix.
  
-  When you see the following error message: <code>+   Cuando vea el siguiente mensaje de error: <code>
 You have chosen not to trust "Thawte Premium Server CA", the issuer of the server's security certificate (SSL error 61). You have chosen not to trust "Thawte Premium Server CA", the issuer of the server's security certificate (SSL error 61).
-</code> then edit this file: <code>+</code> luego edita este archivo: <code>
 /opt/Citrix/ICAClient/config/Trusted_Region.ini /opt/Citrix/ICAClient/config/Trusted_Region.ini
-</code> where your company'Citrix Server domain name must be added as trusted proxy: <code>+</code> donde el nombre de dominio del servidor Citrix de su compañía debe agregarse como proxy confiable: <code>
 ; If you allow a proxy type (Secure or Socks) that uses a server, ; If you allow a proxy type (Secure or Socks) that uses a server,
 ; you will need to change the ProxyHost line below to indicate which  ; you will need to change the ProxyHost line below to indicate which 
Línea 38: Línea 38:
 ProxyHost=,*.yourcompany.com:* ProxyHost=,*.yourcompany.com:*
 </code> </code>
-  * Create a certificate directory if that did not yet exist: <code>+  * Cree un directorio de certificados si aún no existía: <code>
 # mdir -p /opt/Citrix/ICAClient/keystore/cacerts # mdir -p /opt/Citrix/ICAClient/keystore/cacerts
 </code> </code>
-  * Install the missing certificate (must have a "''.crt''" extension): <code>+  * Instale el certificado faltante (debe tener una extensión "'' .crt ''"): <code>
 # vi /opt/Citrix/ICAClient/keystore/cacerts/Thawte_Premium_Server_CA.crt # vi /opt/Citrix/ICAClient/keystore/cacerts/Thawte_Premium_Server_CA.crt
 </code> </code>
-  * You can for instance find this CA certificate here: <code>+  * Por ejemplo, puede encontrar este certificado de CA aquí: <code>
 /usr/share/ca-certificates/mozilla/Thawte_Premium_Server_CA.crt /usr/share/ca-certificates/mozilla/Thawte_Premium_Server_CA.crt
 </code> </code>
 es:howtos:network_services:citrix_client ()