Uploaded image for project: 'mod_cluster'
  1. mod_cluster
  2. MODCLUSTER-345

http_handle_cping_cpong with EnableOptions and HTTPS connector

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • 1.2.5.Final
    • 1.2.3.Final, 1.2.4.Final
    • None
    • None

    Description

      [error] [client 127.0.0.1] SSL Proxy requested for 127.0.0.1:8888 but not enabled [Hint: SSLProxyEngine]
      [error] proxy: https: failed to enable ssl support for 127.0.0.1:8443 (127.0.0.1)
      
      MemManagerFile /home/mbabacek/EAP6/cache/mod_cluster
      ServerName 127.0.0.1:8888
      <IfModule manager_module>
        Listen 127.0.0.1:8888
        <VirtualHost 127.0.0.1:8888>
          <Directory />
            Order deny,allow
            Deny from all
            Allow from all
          </Directory>
          ServerAdvertise on
          EnableMCPMReceive
          <Location /mod_cluster_manager>
            SetHandler mod_cluster-manager
            Order deny,allow
            Deny from all
            Allow from all
         </Location>
          
         EnableOptions
          
          SSLEngine on
          LogLevel debug
          SSLCipherSuite AES128-SHA:ALL:!ADH:!LOW:!MD5:!SSLV2:!NULL
          SSLVerifyDepth 10
          SSLProxyEngine On
          SSLCertificateKeyFile /home/mbabacek/EAP6/certs/server.key
          SSLCertificateFile /home/mbabacek/EAP6/certs/server.crt
          SSLCACertificateFile /home/mbabacek/EAP6/certs/myca.crt
        </VirtualHost>
      </IfModule>
      

      Attachments

        Activity

          People

            mbabacek1@redhat.com Michal Karm
            mbabacek1@redhat.com Michal Karm
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: