Zhigang Wang
2008-May-23 09:22 UTC
[Xen-devel] [PATCH 1/2]Make ssl relocation server listen on different port
hi, This patch makes ssl relocation server listen on 8003 if enabled. Whether to start ssl relocation server now controlled by xend-relocation-ssl-server. So ssl and non-ssl relocation server can run simultaneously. You can also only start ssl server or only start non-ssl relocation server. When mix deploy xen 3.2 server (has no ssl support) and 3.3 servers, start ssl and non-ssl relocation server simultaneously can keep backward compatibility. It''s also more reasonable to have separate ports for ssl and non-ssl. In this patch, also renames xend-relocation-tls to xend-relocation-ssl. Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com> thanks, zhigang _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Masaki Kanno
2008-May-23 10:58 UTC
Re: [Xen-devel] [PATCH 1/2]Make ssl relocation server listen ondifferent port
Hi Zhigang, + def get_xend_relocation_ssl_port(self): The following line includes Tab-indent. + """Get the port xend listens at for ssl connection to its relocation + server. + """ + return self.get_config_int(''xend-relocation-ssl-port'', + self.xend_relocation_ssl_port_default) + Best regards, Kan Fri, 23 May 2008 17:22:48 +0800, Zhigang Wang wrote:>hi, > >This patch makes ssl relocation server listen on 8003 if enabled. > >Whether to start ssl relocation server now controlled by >xend-relocation-ssl-server. So ssl and non-ssl relocation server can run >simultaneously. You can also only start ssl server or only start non-ssl >relocation server. > >When mix deploy xen 3.2 server (has no ssl support) and 3.3 servers, start >ssl and non-ssl relocation server simultaneously can keep backward >compatibility. > >It''s also more reasonable to have separate ports for ssl and non-ssl. > >In this patch, also renames xend-relocation-tls to xend-relocation-ssl. > >Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com> > >thanks, > >zhigang > >-------------------------------text/plain------------------------------- >_______________________________________________ >Xen-devel mailing list >Xen-devel@lists.xensource.com >http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2008-May-23 11:00 UTC
Re: [Xen-devel] [PATCH 1/2]Make ssl relocation server listen ondifferent port
Zhigang, These patches are now applied. So please send a fixup patch to apply on top to fix these issues. -- Keir On 23/5/08 11:58, "Masaki Kanno" <kanno.masaki@jp.fujitsu.com> wrote:> Hi Zhigang, > > + def get_xend_relocation_ssl_port(self): > > The following line includes Tab-indent. > > + """Get the port xend listens at for ssl connection to its relocation > + server. > + """ > + return self.get_config_int(''xend-relocation-ssl-port'', > + self.xend_relocation_ssl_port_default) > + > > Best regards, > Kan > > Fri, 23 May 2008 17:22:48 +0800, Zhigang Wang wrote: > >> hi, >> >> This patch makes ssl relocation server listen on 8003 if enabled. >> >> Whether to start ssl relocation server now controlled by >> xend-relocation-ssl-server. So ssl and non-ssl relocation server can run >> simultaneously. You can also only start ssl server or only start non-ssl >> relocation server. >> >> When mix deploy xen 3.2 server (has no ssl support) and 3.3 servers, start >> ssl and non-ssl relocation server simultaneously can keep backward >> compatibility. >> >> It''s also more reasonable to have separate ports for ssl and non-ssl. >> >> In this patch, also renames xend-relocation-tls to xend-relocation-ssl. >> >> Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com> >> >> thanks, >> >> zhigang >> >> -------------------------------text/plain------------------------------- >> _______________________________________________ >> Xen-devel mailing list >> Xen-devel@lists.xensource.com >> http://lists.xensource.com/xen-devel > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel