From: Zhigang Wang <zhigang.x.wang@oracle.com>
To: "Carb, Brian A" <Brian.Carb@unisys.com>
Cc: xen-devel <xen-devel@lists.xensource.com>
Subject: Re: [PATCH] add ssl/tls support to relocation
Date: Sat, 03 May 2008 02:11:22 +0800 [thread overview]
Message-ID: <481B594A.1080708@oracle.com> (raw)
In-Reply-To: <089B0D75973E1241B941D0A9854F23FC0C0945CF@USEA-EXCH2.na.uis.unisys.com>
Yes. I add a dependency.
maybe we can separate SSLTCPListener to a new file like (tcp-ssl.py),
and import it when needed, just like
tools/python/xen/xend/server/SSLXMLRPCServer.py did.
will try it later, or you can help.
thanks,
zhigang
Carb, Brian A wrote:
> With this patch included, xend start errors:
>
> # xend start
> Traceback (most recent call last):
> File "/usr/sbin/xend", line 44, in ?
> from xen.xend.server import SrvDaemon
> File
> "/home/unisys/xen-unstable.hg/dist/install/usr/lib64/python/xen/xend/ser
> ver/SrvDaemon.py", line 26, in ?
> import relocate
> File
> "/home/unisys/xen-unstable.hg/dist/install/usr/lib64/python/xen/xend/ser
> ver/relocate.py", line 23, in ?
> from xen.web import protocol, tcp, unix
> File
> "/home/unisys/xen-unstable.hg/dist/install/usr/lib64/python/xen/web/tcp.
> py", line 25, in ?
> from OpenSSL import SSL
> ImportError: No module named OpenSSL
>
> I guess this produces a dependency on python-openssl, but this rpm is
> not included in the standard SLES10 distro.
>
> brian carb
> unisys corporation - malvern, pa
>
>
> -----Original Message-----
> From: xen-devel-bounces@lists.xensource.com
> [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Zhigang Wang
> Sent: Sunday, April 27, 2008 10:50 PM
> To: xen-devel
> Subject: [Xen-devel] [PATCH] add ssl/tls support to relocation
>
> hi, this patch add ssl/tls support to relocation:
>
> * SSL/TLS support is disabled by default, as other server did.
>
> * If "xend-relocation-server-ssl-key-file" and
> "xend-relocation-server-ssl-cert-file" exist, SSL/TLS is enabled
> automatically.
>
> * "xend-relocation-tls" is used by relocation client only.
>
> Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com>
>
>
next prev parent reply other threads:[~2008-05-02 18:11 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-28 2:49 [PATCH] add ssl/tls support to relocation Zhigang Wang
2008-05-02 17:47 ` Carb, Brian A
2008-05-02 18:11 ` Zhigang Wang [this message]
2008-05-05 15:43 ` Carb, Brian A
2008-05-08 12:55 ` Zhigang Wang
2008-05-08 13:29 ` Keir Fraser
2008-05-13 7:56 ` Zhigang Wang
2008-05-13 8:16 ` Zhigang Wang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=481B594A.1080708@oracle.com \
--to=zhigang.x.wang@oracle.com \
--cc=Brian.Carb@unisys.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.