All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rich Persaud <rich.p@xensource.com>
To: "Jérôme Petazzoni" <jp@enix.org>
Cc: xen-devel@lists.sourceforge.net
Subject: Re: Xend question
Date: Thu, 03 Mar 2005 12:19:12 -0500	[thread overview]
Message-ID: <42274710.90107@xensource.com> (raw)
In-Reply-To: <422743D6.9020204@enix.org>


>>> 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

  reply	other threads:[~2005-03-03 17:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-03  4:41 Xend question Michael McCabe
2005-03-03  5:29 ` Rich Persaud
2005-03-03 17:05   ` Jérôme Petazzoni
2005-03-03 17:19     ` Rich Persaud [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-03-03  4:38 Xend Question Mike McCabe

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=42274710.90107@xensource.com \
    --to=rich.p@xensource.com \
    --cc=jp@enix.org \
    --cc=xen-devel@lists.sourceforge.net \
    /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.