[mod_cluster-issues] [JBoss JIRA] (MODCLUSTER-345) http_handle_cping_cpong with EnableOptions and HTTPS connector

Jean-Frederic Clere (JIRA) jira-events at lists.jboss.org
Wed May 29 05:53:55 EDT 2013


     [ https://issues.jboss.org/browse/MODCLUSTER-345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Frederic Clere closed MODCLUSTER-345.
------------------------------------------

    Resolution: Rejected


That is not a bug that just that the webserver doesn't support OPTION
                
> http_handle_cping_cpong with EnableOptions and HTTPS connector
> --------------------------------------------------------------
>
>                 Key: MODCLUSTER-345
>                 URL: https://issues.jboss.org/browse/MODCLUSTER-345
>             Project: mod_cluster
>          Issue Type: Bug
>    Affects Versions: 1.2.3.Final, 1.2.4.Final
>            Reporter: Michal Babacek
>            Assignee: Michal Babacek
>             Fix For: 1.2.5.Final
>
>
> {noformat}
> [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)
> {noformat}
> {code}
> 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>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the mod_cluster-issues mailing list