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] Xend question

To: Jérôme Petazzoni <jp@xxxxxxxx>
Subject: Re: [Xen-devel] Xend question
From: Rich Persaud <rich.p@xxxxxxxxxxxxx>
Date: Thu, 03 Mar 2005 12:19:12 -0500
Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 03 Mar 2005 17:20:30 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
In-reply-to: <422743D6.9020204@xxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
References: <42269579.5020105@xxxxxxxxx> <4226A0CC.8000409@xxxxxxxxxxxxx> <422743D6.9020204@xxxxxxxx>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0 (X11/20041206)

I'm currently trying to use xend to control domains on a system. The system is in a computer lab that allows network sniffing and I was wondering if there was any support in the code (I'm running stable) for running over https. If there isn't I would be interested in working on it and would appreciate some pointers on where to get started.



I'm new to Xen, but I imagine you could run an Apache SSL reverse proxy that would map the Xensv port 8080 interface into an SSL one:


You could also use stunnel (it only depends on OpenSSL, AFAIK), which was designed to serve that kind of purpose.

Also, OpenSSH port forwarding can tunnel HTTP:

  ssh -L 8080:127.0.0.1:8080 remotehost

then browse http://localhost:8080 .

Rich


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

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