Error Message: This Security Certificate Was Issued by a Company that You Have Not Chosen to Trust

When you browse to a secure Web site, you may receive the following message: This security certificate was issued by a company that you have not chosen to trust Back to the top CAUSE The root certificate of the Certificate Authority (CA) that issued the Web site’… The root certificate of the Certificate Authority (CA) that issued the Web site’s certificate is not in the client browser’s Trusted Root Certification Authority store. The message does not affect the establishment of a Secure Sockets Layer (SSL) session between the client and the server. Back to the top RESOLUTION The steps below […]

Read more

Importing and exporting certificates: Public Key

Importing and exporting certificates The Certificates snap-in provides administrative tools to export and import certificates, including their certification paths and private keys, if needed. You can export certificates to or import certificates from PKCS #12 files, PKCS #7 files, and binary-encoded X.509 certificate files. Importing a certificate You might want to import a certificate: To install a certificate that was sent to you in a file by another user, computer, or certification authority. To restore a damaged or lost certificate that you previously backed up. To install a certificate and its associated private key from a computer that the certificate […]

Read more

Fix: Error: SSL Error 61: You have not chosen to trust “/C=US/ST=/L=/O=The Go Daddy Group, Inc./OU=Go Daddy Class 2 Certification Authority/CN=”, the issuer of the server’s security certificate.

Scenario:  You are launching an application via web access that requires SSL certificate to be installed on the system.  In case of locked down environments like Citrix servers, the automatic install of server mayn’t be allowed which would cause the application to fail with below error:    ————————— MyCapstone ERROR ————————— Unable to launch your application. Contact your help desk with the following information: Cannot connect to the Citrix XenApp server. SSL Error 61: You have not chosen to trust "/C=US/ST=/L=/O=The Go Daddy Group, Inc./OU=Go Daddy Class 2 Certification Authority/CN=", the issuer of the server’s security certificate. ————————— OK ————————— […]

Read more