|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Xend question
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
|
|
|
|
|