Question : Cannot connect to the Citrix XenApp Server. There is no Citrix SSL Server configured on the specified address.

Hello There;

My client has Citrix XenApp 5 (4.5) on Win2K3 running and Citrix Secure Gateway. Everything was working fine until the client moved to a new location.

we have set him up with new static IPs and everything is now connected the way it suppose to be (DMZ, Ports on the firewall).

Now when my client trying to access Apps via web interface he is facing a problem accessing applications .. he will get the following error

"Cannot connect to the Citrix XenApp Server. There is no Citrix SSL Server configured on the specified address."

One important thing to mention here; I'm having some difficulty pointing the domain (FQDN) to the new Static IP.  so he is accessing it via IPAddress. "could this be the problem?"

I know CSG has the FQDN configured so as the SSL certificate; could it because I'm using IP Address ? dose CSG and SSL work via IP Address not FQDN ?

I have tried accessing Citrix for another clinet we have  via IP Address and it worked fine. So I'm confused if the issue .... is  FQDN could be the problem here or I should be looking at someting else.
Attachments:
 
Citrix-Server-Error
Citrix-Server-Error
 

Answer : Cannot connect to the Citrix XenApp Server. There is no Citrix SSL Server configured on the specified address.

It seems your page is getting post back so your old value get restored in page load. You can check if page is getting post back then not to set value. You can do this by checking Page.IsPostBack property  in page load.
For Example
Sub Page_Load()
 If Page.IsPostBack then
     ''Do nothing
 else
   selectCountry.selectedindex = 2
 end if

end sub

Random Solutions  
 
programming4us programming4us