[Twisted-Python] apache authentication

Itamar Shtull-Trauring itamar at itamarst.org
Fri Feb 11 17:39:33 EST 2005


On Fri, 2005-02-11 at 16:56 -0200, Gustavo Rahal wrote:

> I'm using apache as proxy to a xmlrpc server. How do I set the client 
> xmlrpc to connect to apache using ssl, username and password?

1. Web questions should go to twisted-web mailing list.

> proxy = Proxy('https://localhost/RPC2')
> """ apache should redirect to 192.168.2.22:7080... how do I send 
> username and password? """"

2. That is not currently supported, see
http://twistedmatrix.com/bugs/issue885 (you could implement this
yourself, if that issue is done xmlrpc.Proxy will have far less code.)





More information about the Twisted-Python mailing list