Some certificate authorities erroneously issue certificates that contain only the following key usage extensions that indicate support for Server-Gated Cryptography (SGC): If the Extended Key Usage field is not present in the certificate, the certificate might be considered valid. NetScaler Gateway acts as an SSL server, so Server Authentication (1.3.6.1.5.5.7.3.1) must be listed among the designated key uses if any are present.
Also ask the certificate authority to issue a new certificate that contains the following key usage value in addition to any other required values: The system administrator might need to contact the certificate authority who sold the faulty certificate and inform them that the certificate is in violation of RFC 3280.
RFC 3280 regarding the Enhanced Key Usage field. Server Certificate is Not RFC 3280 Compliant SSL Error 61 can occur when the server certificate is not compliant with the instructions in Most commercial certificate providers arrange to have their certificates pre-installed on machines through an agreement with the operating system creator (Microsoft, Apple, and so on). This process pairs your client machines with the server machine, and is necessary if you do not use a certificate verified by a commercial SSL certificate provider. If an antivirus is installed on the client machine then ensure that the antivirus trusts the certificate.
#Citrix for mac not trusting certificate install#
Install the root certificate/intermediate certificate on the client machine. Usually root certificate is present in the certificate bundle provided by your SSL service provider along with intermediate and server certificates. Root certificate/intermediate certificate can be downloaded from your SSL certificate provider's website or can be obtained on request. Complete the following steps to resolve this issue:ĭownload or obtain the SSL root certificate/intermediate certificate (.crt/.cer) file issued by your SSL certificate provider. This error message suggests that the client device does not have the required root certificate/intermediate certificate to establish trust with the certificate authority who issued the NetScaler Gateway server certificate. For information on Receiver feature updates refer to. If this does not resolve the issue then proceed to the next section. Refer to CTX200114 - Citrix Receiver Support for SHA-2 to view the Receiver versions which supports SHA-2 certificates.
#Citrix for mac not trusting certificate upgrade#
Here is the guide for getting your browsers to accept self-generated SSL certificates on OS X. Well, no more! Getting OS X to trust self-signed SSL Certificates I’ve been bitten before by updates to browsers suddenly deciding that the SSL certificate I was using in staging or development now isn’t good enough to allow me in. Service workers rely on either being on localhost or on a trusted SSL connection. Recently one of the team working on the football tipster site I run was explaining how they were having issues getting some service workers working properly because in development we use the domain name and the SSL certificate is a self-signed thing that I made on my machine.
We can get our local environment to load in an SSL certificate, but it won’t be valid. Often we will have to work around the fact that SSL certificates in development don’t pass muster. This might be common knowledge in the web development community but today I am going to show you a quick trick to get your Mac to accept staging or development SSL certificates as if they were production certs.