All of lore.kernel.org
 help / color / mirror / Atom feed
* Xend Question
@ 2005-03-03  4:38 Mike McCabe
  0 siblings, 0 replies; 5+ messages in thread
From: Mike McCabe @ 2005-03-03  4:38 UTC (permalink / raw)
  To: xen-devel

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

Thanks
Mike


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Xend question
@ 2005-03-03  4:41 Michael McCabe
  2005-03-03  5:29 ` Rich Persaud
  0 siblings, 1 reply; 5+ messages in thread
From: Michael McCabe @ 2005-03-03  4:41 UTC (permalink / raw)
  To: xen-devel

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

Thanks
Mike


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Xend question
  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
  0 siblings, 1 reply; 5+ messages in thread
From: Rich Persaud @ 2005-03-03  5:29 UTC (permalink / raw)
  To: Michael McCabe; +Cc: xen-devel

Michael McCabe wrote:

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

Overview:
  http://www.serverwatch.com/tutorials/article.php/10825_3290851_1

Details:
   
http://www.antionline.com/attachment.php?s=c4c9ffa9784ae386a6eb7a072db4713c&postid=588308

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Xend question
  2005-03-03  5:29 ` Rich Persaud
@ 2005-03-03 17:05   ` Jérôme Petazzoni
  2005-03-03 17:19     ` Rich Persaud
  0 siblings, 1 reply; 5+ messages in thread
From: Jérôme Petazzoni @ 2005-03-03 17:05 UTC (permalink / raw)
  To: Michael McCabe; +Cc: xen-devel


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



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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Xend question
  2005-03-03 17:05   ` Jérôme Petazzoni
@ 2005-03-03 17:19     ` Rich Persaud
  0 siblings, 0 replies; 5+ messages in thread
From: Rich Persaud @ 2005-03-03 17:19 UTC (permalink / raw)
  To: Jérôme Petazzoni; +Cc: xen-devel


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-03-03 17:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-03  4:38 Xend Question Mike McCabe
  -- strict thread matches above, loose matches on Subject: below --
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 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.