WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH 1/2]Make ssl relocation server listen ondifferent

To: Zhigang Wang <zhigang.x.wang@xxxxxxxxxx>, xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH 1/2]Make ssl relocation server listen ondifferent port
From: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>
Date: Fri, 23 May 2008 19:58:53 +0900
Delivery-date: Fri, 23 May 2008 04:00:00 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <48368CE8.1000705@xxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <48368CE8.1000705@xxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxx>
>
>thanks,
>
>zhigang
>
>-------------------------------text/plain-------------------------------
>_______________________________________________
>Xen-devel mailing list
>Xen-devel@xxxxxxxxxxxxxxxxxxx
>http://lists.xensource.com/xen-devel


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>