[Zope] Zope+SSL

2008-04-07 Thread Jonathan Salazar Santos
Hello All,

I recently bought a dedicated server at Godaddy.com, the think its, I want
to run zope in https mode, but not success, so...
really: Must I need configure Apache+FastCGI+Zope to get ready SSL on Zope?

Any help will be appreciate, thank you in advance.

Saludos,
-- 
Lic. Jonathan Salazar
Vista: http://jonathansalazar.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] Zope+SSL

2008-04-07 Thread Andreas Jung



--On 7. April 2008 00:20:28 -0600 Jonathan Salazar Santos 
[EMAIL PROTECTED] wrote:



Hello All,

I recently bought a dedicated server at Godaddy.com, the think its, I want
to run zope in https mode, but not success, so...
really: Must I need configure Apache+FastCGI+Zope to get ready SSL on
Zope?


FastCGI

You setup SSL in the same way as you would do it without using SSL.
Standard Apache + RewriteRules. Except the related VirtualHost section
needs the Apache option for having SSL enable (SSLEngine on) + the related 
part within the standard rewrite rule for Zope as to be adjust from 'http'

to 'https'. That's all!

-aj

pgp1TTJfGyIHh.pgp
Description: PGP signature
___
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 )