Re: [Zope] Zope for secure transactions?

2000-07-30 Thread Dieter Maurer
Rajil Saraswat writes: 1. Can Zope support SSL or https? There is an extension allowing ZServer to serve HTTPS requests. Search "zope.org" for the corresponding HowTo. 2. Is there some way in Zope through which i can use secure transactions. Recently, there was a discussion in Zope's

Re: [Zope] Zope for secure transactions?

2000-07-29 Thread Marcin Kasperski
1. Can Zope support SSL or https? AFAIK without support of some other tool not. 2. Is there some way in Zope through which i can use secure transactions. I suspect that yes, although I have not done it. You should be able to use Apache-SSL as frontend to Zope (employing ProxyPass). There is

Re: [Zope] Zope for secure transactions?

2000-07-29 Thread Cary O'Brien
1. Can Zope support SSL or https? AFAIK without support of some other tool not. If you have money ($12,000 us), but not programmers/time you can buy a box to do this from Intel. Plus it is very fast. http://www.intel.com/netstructure/products/accel_7110.htm (Not an Intel employee, but

Re: [Zope] Zope for secure transactions?

2000-07-29 Thread Bill Anderson
Cary O'Brien wrote: 1. Can Zope support SSL or https? AFAIK without support of some other tool not. If you have money ($12,000 us), but not programmers/time you can buy a box to do this from Intel. Plus it is very fast. http://www.intel.com/netstructure/products/accel_7110.htm

[Zope] Zope for secure transactions?

2000-07-28 Thread Rajil Saraswat
hi everyone, i am looking out for the feasibility of developing a ecom portal over zope. regarding this i have a few queries. 1. Can Zope support SSL or https? 2. Is there some way in Zope through which i can use secure transactions. 3. If Zope can run which Apache , can SSL be used? Thanks