You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by Michael Phillips <mp...@hotmail.com> on 2014/08/26 06:54:13 UTC

Console Proxy

Console Doesn't work...did I miss something?
I did the following. Changed consoleproxy.url.domain to our domain, uploaded wilcard cert and intermediate. Created entries in external dns for our IP's in format x-x-x-x. Did all that and I still can't view the console of instances. What am I missing? 		 	   		  

RE: Console Proxy

Posted by Suresh Sadhu <Su...@citrix.com>.
Please check the management log when you click on  console proxy .it will tell  you exact  url.
Try to  check manually whether it resolve manually (try dns resolution of that url).

Hope you followed the order which CS recommends.(root, intermediate and final server certificate)




Regards
Sadhu
 





-----Original Message-----
From: Michael Phillips [mailto:mphilli7823@hotmail.com] 
Sent: 26 August 2014 10:27
To: users@cloudstack.apache.org
Subject: RE: Console Proxy

When I select the console of an instance I would expect to see it trying to connect on x-x-x-x.domain.com, however all I see is the IP address of the management server...Is there another global setting that needs to be changed?

> From: mphilli7823@hotmail.com
> To: users@cloudstack.apache.org
> Subject: Console Proxy
> Date: Mon, 25 Aug 2014 23:54:13 -0500
> 
> Console Doesn't work...did I miss something?
> I did the following. Changed consoleproxy.url.domain to our domain, uploaded wilcard cert and intermediate. Created entries in external dns for our IP's in format x-x-x-x. Did all that and I still can't view the console of instances. What am I missing? 		 	   		  
 		 	   		  

RE: Console Proxy

Posted by Michael Phillips <mp...@hotmail.com>.
When I select the console of an instance I would expect to see it trying to connect on x-x-x-x.domain.com, however all I see is the IP address of the management server...Is there another global setting that needs to be changed?

> From: mphilli7823@hotmail.com
> To: users@cloudstack.apache.org
> Subject: Console Proxy
> Date: Mon, 25 Aug 2014 23:54:13 -0500
> 
> Console Doesn't work...did I miss something?
> I did the following. Changed consoleproxy.url.domain to our domain, uploaded wilcard cert and intermediate. Created entries in external dns for our IP's in format x-x-x-x. Did all that and I still can't view the console of instances. What am I missing? 		 	   		  
 		 	   		  

Re: Console Proxy

Posted by Nitin Mehta <Ni...@citrix.com>.
Indeed it is - I will try to put a small not so that folks do not run into
this 
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Procedure+to+Replace
+realhostip.com+with+Your+Own+Domain+Name#ProceduretoReplacerealhostip.comw
ithYourOwnDomainName-InstallationProcedure

On 26/08/14 8:34 AM, "Michael Phillips" <mp...@hotmail.com> wrote:

>Looks like all I needed to do was to include the "*." in the
>consoleproxy.url.domain setting.
>Is that noted in the docs, or did I just miss it?
>
>> Date: Tue, 26 Aug 2014 08:02:48 +0200
>> Subject: Re: Console Proxy
>> From: terbolous@gmail.com
>> To: users@cloudstack.apache.org
>> 
>> On Tue, Aug 26, 2014 at 6:54 AM, Michael Phillips
>><mp...@hotmail.com>
>> wrote:
>> 
>> > Console Doesn't work...did I miss something?
>> > I did the following. Changed consoleproxy.url.domain to our domain,
>> 
>> 
>> Just to avoid confusion, if you want to use wildcard, ie.
>> x-y-z-zz.yourdomain.com you have to set the consoleproxy.url.domain to
>>'*.
>> yourdomain.com', ie. you have to include the literal star.
>> 
>> 
>> -- 
>> Erik
> 		 	   		  


RE: Console Proxy

Posted by Michael Phillips <mp...@hotmail.com>.
Looks like all I needed to do was to include the "*." in the consoleproxy.url.domain setting.
Is that noted in the docs, or did I just miss it?

> Date: Tue, 26 Aug 2014 08:02:48 +0200
> Subject: Re: Console Proxy
> From: terbolous@gmail.com
> To: users@cloudstack.apache.org
> 
> On Tue, Aug 26, 2014 at 6:54 AM, Michael Phillips <mp...@hotmail.com>
> wrote:
> 
> > Console Doesn't work...did I miss something?
> > I did the following. Changed consoleproxy.url.domain to our domain,
> 
> 
> Just to avoid confusion, if you want to use wildcard, ie.
> x-y-z-zz.yourdomain.com you have to set the consoleproxy.url.domain to '*.
> yourdomain.com', ie. you have to include the literal star.
> 
> 
> -- 
> Erik
 		 	   		  

RE: Console Proxy

Posted by Suresh Sadhu <Su...@citrix.com>.
Wrote a blog  on realhost ip "Things you should consider while changing the relahostip" in wiki. hope that will  help.

https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=43188254


Please  review and update with your findings/comments.


Regards
Sadhu


-----Original Message-----
From: Erik Weber [mailto:terbolous@gmail.com] 
Sent: 26 August 2014 11:33
To: users@cloudstack.apache.org
Subject: Re: Console Proxy

On Tue, Aug 26, 2014 at 6:54 AM, Michael Phillips <mp...@hotmail.com>
wrote:

> Console Doesn't work...did I miss something?
> I did the following. Changed consoleproxy.url.domain to our domain,


Just to avoid confusion, if you want to use wildcard, ie.
x-y-z-zz.yourdomain.com you have to set the consoleproxy.url.domain to '*.
yourdomain.com', ie. you have to include the literal star.


-- 
Erik

Re: Console Proxy

Posted by Amogh Vasekar <am...@citrix.com>.
Hi,

You might need to destroy and recreate the console proxy instance - it is
listening to HTTP by default in 4.3+, and when you change domain to your
own domain in the global config it needs to reprogram to listen on port
443 instead.

Thanks,
Amogh

On 8/25/14 11:02 PM, "Erik Weber" <te...@gmail.com> wrote:

>On Tue, Aug 26, 2014 at 6:54 AM, Michael Phillips
><mp...@hotmail.com>
>wrote:
>
>> Console Doesn't work...did I miss something?
>> I did the following. Changed consoleproxy.url.domain to our domain,
>
>
>Just to avoid confusion, if you want to use wildcard, ie.
>x-y-z-zz.yourdomain.com you have to set the consoleproxy.url.domain to '*.
>yourdomain.com', ie. you have to include the literal star.
>
>
>-- 
>Erik


Re: Console Proxy

Posted by Erik Weber <te...@gmail.com>.
On Tue, Aug 26, 2014 at 6:54 AM, Michael Phillips <mp...@hotmail.com>
wrote:

> Console Doesn't work...did I miss something?
> I did the following. Changed consoleproxy.url.domain to our domain,


Just to avoid confusion, if you want to use wildcard, ie.
x-y-z-zz.yourdomain.com you have to set the consoleproxy.url.domain to '*.
yourdomain.com', ie. you have to include the literal star.


-- 
Erik