Friday, April 11, 2014

SSL Error 61: You have not chosen to trust “go daddy secure certificate authority - g2”, the issuer of the server’s security certificate.












Background: - I have installed and configure Citrix Secure Gateway.

After configuring Citrix secure Gateway.

I am able to open Citrix webpage as https://, However when I access application I am getting below 
mention error message.

I have already installed all the required intermediate and root certificate. However getting the below mention error message.

Issue :-  

While requesting for certificate we choose Signature Algorithm as SHA-2  














Resolution:-

Checked with Go Daddy, they advise to “Re-Keying an SSL Certificate”

Re-key to SHA1

Choose SHA-1 for signature hashing algorithm and re-install the certificate after.

Link to Re-Key

Thursday, April 10, 2014

Steps to place a "VeriSign Seal" or “Go Daddy Seal” on the default page of the Citrix Web Interface










Login to Citrix web interface .

Locate “layout.ascx” file on below mentioned location.

C:\inetpub\wwwroot\Citrix\XenApp\app_data\include

Open the file “layout.ascx” in Notepad

Put code right before the </body> at the end of the document.


PS:- You should restart the WWW service after you save the file(s) also.

Code seems to be like :-

<span id="siteseal"><script type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"></script></span>