[Zope3-Users] binding z3 to localhost only (security) / xmlrpc
via https
Andreas Reuleaux
reuleaux at web.de
Sat May 6 17:26:01 EDT 2006
Please ignore the second question, my fault:
xmlrpc works fine via apache+ssl, just had to leave
out the :8080
URL='https://user:passwd@mousehouse/somefolder'
On Sat, May 06, 2006 at 11:09:50PM +0200, Andreas Reuleaux wrote:
> ...
> A related but different question: I have some xmlrpc scripts that work
> in a fashion like this
>
> import xmlrpclib
> URL='http://user:passwd@mousehouse:8080/somefolder'
> book=xmlrpclib.ServerProxy(URL, allow_none=True)
> [do stuff with book]
>
> They don't work any more with
>
> URL='https://user:passwd@mousehouse:8080/somefolder'
>
> Is there anything special needed to make xmlrpc scripts
> work with zope through ssl+apache?
> ...
More information about the Zope3-users
mailing list