Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 654366 - www-servers/apache[libressl]: "SSLCompression off" unsupported by SSL library
Summary: www-servers/apache[libressl]: "SSLCompression off" unsupported by SSL library
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-29 20:25 UTC by Mircea Sava
Modified: 2018-04-29 22:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.