Hi all, I am wondering about storing credit card and personal information in Zope 2.8.6 (with Python 2.3.5.) Is there a simple way to secure data with SSL/https without having to run Apache? I found ZServerSSL and I wonder if that will be the answer. Has anyone used the product with Zope 2.8? I am a newbie with an SSL certificate and I frankly don't know what to do with it. Thanks in advance for any help! Best, Dan
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 - --On 13. Dezember 2006 13:47:30 -0500 Dan Gaibel <dg76@cornell.edu> wrote:
Hi all,
I am wondering about storing credit card and personal information in Zope 2.8.6 (with Python 2.3.5.) Is there a simple way to secure data with SSL/https without having to run Apache?
It is best practice to run Zope behind Squid or Apache for public servers in *any* case.
I found ZServerSSL and I wonder if that will be the answer. Has anyone used the product with Zope 2.8? I am a newbie with an SSL certificate and I frankly don't know what to do with it.
But using SSL has really nothing to do with storing private data encrypted within the ZODB. That's a totally different issue. - -aj -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (Darwin) iD8DBQFFgEvKCJIWIbr9KYwRAtCHAJ9vj8O45Y550lwdStZbc8JfxKw19gCfd80w 7ZdwOBxi1aGlO7H6HBhOsKg= =I6O7 -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 13 Dec 2006, at 19:47, Dan Gaibel wrote:
I am wondering about storing credit card and personal information in Zope 2.8.6 (with Python 2.3.5.) Is there a simple way to secure data with SSL/https without having to run Apache? I found ZServerSSL and I wonder if that will be the answer. Has anyone used the product with Zope 2.8? I am a newbie with an SSL certificate and I frankly don't know what to do with it.
As Andreas mentioned, don't waste your time on hacks, take Apache. It doesn't matter what you end up using, you will have to understand a little bit about certificates. You can find decent documentation for setting up Apache or Squid with certificates online. jens -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFFgHdvRAx5nvEhZLIRAkwQAJ9afI/ECklYuMS15oyq/fgXLRfV9ACdFGJD Apj7OQ9Ee838Zqyj5N+Ns8o= =YB2Z -----END PGP SIGNATURE-----
participants (3)
-
Andreas Jung -
Dan Gaibel -
Jens Vagelpohl