Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 654366

Summary: www-servers/apache[libressl]: "SSLCompression off" unsupported by SSL library
Product: Gentoo Linux Reporter: Mircea Sava <msava>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED UPSTREAM    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mircea Sava 2018-04-29 20:25:50 UTC
* Executing: /lib64/rc/sh/openrc-run.sh /lib64/rc/sh/openrc-run.sh /etc/init.d/apache2 start
 * apache2 has detected an error in your setup:
AH00526: Syntax error on line 64 of /etc/apache2/modules.d/40_mod_ssl.conf:
Setting Compression mode unsupported; not implemented by the SSL library
 * ERROR: apache2 failed to start

Reproducible: Always
Comment 1 Aaron Bauman (RETIRED) gentoo-dev 2018-04-29 21:46:45 UTC
(In reply to Mircea Sava from comment #0)
> * Executing: /lib64/rc/sh/openrc-run.sh /lib64/rc/sh/openrc-run.sh
> /etc/init.d/apache2 start
>  * apache2 has detected an error in your setup:
> AH00526: Syntax error on line 64 of /etc/apache2/modules.d/40_mod_ssl.conf:
> Setting Compression mode unsupported; not implemented by the SSL library
>  * ERROR: apache2 failed to start
> 
> Reproducible: Always

LibreSSL doesn't support compression.  Please open a bug upstream if you require it or turn it off in your configuration.
Comment 2 Mircea Sava 2018-04-29 22:12:45 UTC
(In reply to Aaron Bauman from comment #1)
> LibreSSL doesn't support compression.  Please open a bug upstream if you
> require it or turn it off in your configuration.

The error appears because "SSLCompression off" is set in 40_mod_ssl.conf.
Whether or not the SSL implementation supports compression, turning it off in configuration should't cause this error.