[Zope] XML-RPC encrypted?

2006-01-25 Thread José Carlos Senciales

Hello,

I need to use XML-RPC to call some functions of a product in zope, but all 
my xml-rpc conections

has  user:[EMAIL PROTECTED]:port\folder\method

I´m wondering if it´s possible to do a call with xml-rpc with all data 
encrypted... with ssl...?


Thanks.
Jose Carlos 


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] XML-RPC encrypted?

2006-01-25 Thread Peter Bengtsson
Have you tried
https://user:[EMAIL PROTECTED]:port\folder\method..
?

On 1/25/06, José Carlos Senciales [EMAIL PROTECTED] wrote:
 Hello,

 I need to use XML-RPC to call some functions of a product in zope, but all
 my xml-rpc conections
 has  user:[EMAIL PROTECTED]:port\folder\method

 I´m wondering if it´s possible to do a call with xml-rpc with all data
 encrypted... with ssl...?

 Thanks.
 Jose Carlos

 ___
 Zope maillist  -  Zope@zope.org
 http://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  http://mail.zope.org/mailman/listinfo/zope-announce
  http://mail.zope.org/mailman/listinfo/zope-dev )



--
Peter Bengtsson,
work www.fry-it.com
home www.peterbe.com
hobby www.issuetrackerproduct.com
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] XML-RPC encrypted?

2006-01-25 Thread Tino Wildenhain
Peter Bengtsson schrieb:
 Have you tried
 https://user:[EMAIL PROTECTED]:port\folder\method..
 ?
 
 On 1/25/06, José Carlos Senciales [EMAIL PROTECTED] wrote:
 
Hello,

I need to use XML-RPC to call some functions of a product in zope, but all
my xml-rpc conections
has  user:[EMAIL PROTECTED]:port\folder\method


I'd use forward-Slashes /// in URLs anyway ;))

And yes, SSL works and you dont send user:password in
an url to the server - the client will/should build
a real BasicAuth-Header out of it (which you better
transport over ssl anyway)

HTH
Tino
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )