    Zope  HTTPS?

   Zope     
  https,   
    Zope     .  
      mod_ssl - apache.
 
   Zope    apache zope_proxy.conf, 
  HTTPS.       :

     1.   mod_ssl  - apache;

     2.       /etc/httpd/conf/ssl,
          mod_ssl;

     3.        
          - .. ,      
        apache, mod_ssl  openssl;

     4.     apache /etc/httpd/conf/httpd.conf,
         
          zope_proxy.conf ::

           Include conf/zope_proxy.conf

     5.  /etc/httpd/conf/ssl/ssl.default-vhost.conf 
             .   ,
           ,   
                ,   
             
        ,        ::

           Include conf/zope_proxy.conf
           </VirtualHost>

         , ,   ,  
           ;

     6.  apache;

          url'    
     http  https,
           ,    
         .

         ,   
          http,    https.
     ,    https   
    ,      
    http (,      
      ..).  ,   
            
           http.

        -    https-
      .     
    http-,     zope_proxy.cfg 
    ::

     RewriteCond     %{SERVER_PORT}          !^443$
     RewriteCond     %{HTTP:Authorization}   ^Basic.*

     RewriteRule     ^(.*)                   https://%{HTTP_HOST}$1  [R,L]

    ,     , apache 
       .

       ,
        url  ::

     http://zope.localdomain/manage

    ,  url       Zope.
       http-,      
      ,         
     url'  ::

     https://zope.localdomain/manage

     ,      https   
       :  ,  ,   -
       .    
       ,  ,  
            https.

           
         https (
          ), 
       https   ,  
       .

        ,        
    Zope :     . -   
     ,        
     :      ZMI.

        , c  zope_proxy.cfg
     ::

     RewriteCond     %{SERVER_PORT}  !^443$
     RewriteCond     $1              .*/manage_.*
     RewriteRule     ^(.*)           https://%{HTTP_HOST}$1  [R,L]

            
     ZMI ::

      ".*manage.*",

       https      ,
          
     .     mysqlUserFolder
         
    zope_proxy.conf::

     RewriteCond     %{SERVER_PORT}  !^443$
     RewriteCond     %{HTTP_COOKIE}  .*__ac_user.*

     RewriteRule     ^(.*)           https://%{HTTP_HOST}$1  [R,L]