zopistas, I'm starting up that web hosting company I nattered on about a bit ago, and I was wondering what I should do to get the manage* working properly with SSL: i.e., how do I control what zope prepends to BASE (http, https, ftp)? I really want to let my clients have secure access to their files. Thanks, ethan
Ethan, Have you cast an eye over this yet? http://www.post1.com/home/ngps/m2/ <quote> M2Crypto makes available to the Python programmer RSA, DH, DSA, HMACs, message digests, symmetric ciphers, and sufficient SSL functionality to implement servers and clients. M2Crypto's SSL support includes https servers (based on Medusa and ZServer), https enhancements to Python's standard web client library and three models for building servers: forking, threading and asynchronous socket I/O. </quote> HTH Phil phil.harris@zope.co.uk | -----Original Message----- | From: self@zope.org [mailto:self@zope.org]On Behalf Of ethan mindlace | fremen | Sent: Sunday, February 13, 2000 3:04 AM | To: zope-dev@zope.org | Subject: [Zope-dev] https://zope/manage | | | zopistas, | | I'm starting up that web hosting company I nattered on about a bit ago, | and I was wondering what I should do to get the manage* working properly | with SSL: i.e., how do I control what zope prepends to BASE (http, | https, ftp)? | | I really want to let my clients have secure access to their files. | | Thanks, | | ethan | | _______________________________________________ | Zope-Dev maillist - Zope-Dev@zope.org | http://lists.zope.org/mailman/listinfo/zope-dev | ** No cross posts or HTML encoding! ** | (Related lists - | http://lists.zope.org/mailman/listinfo/zope-announce | http://lists.zope.org/mailman/listinfo/zope ) |
Phil Harris wrote:
Ethan,
Have you cast an eye over this yet?
Phil, I've looked this package over, but due to my reliance upon mailman and needing to allow users the possibility of having some non-zope files, blasphemous though it may be, I need to provide SSL through Roxen, in this case. All I need to do is have a SiteAccess type thingy where all BASEs that include /manage* get rewritten to read https instead of http. A textual change is all that's necessary, not any deep voodoo. I'm poking through the zope code, but if someone could point out what files I would need to look at/work on, that would be a great help. Ethan Fremen imeme.net
participants (2)
-
ethan mindlace fremen -
Phil Harris