Skip to content

Commit

Permalink
fix ssl integration in lighttpd, thx to black-night for the info
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
  • Loading branch information
d00p committed Nov 17, 2017
1 parent 1e03946 commit 45c0915
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/jobs/cron_tasks.inc.http.20.lighttpd.php
Expand Up @@ -535,7 +535,8 @@ protected function getSslSettings($domain, $ssl_vhost)

if ($domain['ssl_cert_file'] != '') {

$ssl_settings .= 'ssl.engine = "enable"' . "\n";
// ssl.engine only necessary once in the ip/port vhost (SERVER['socket'] condition)
//$ssl_settings .= 'ssl.engine = "enable"' . "\n";
$ssl_settings .= 'ssl.use-compression = "disable"' . "\n";
$ssl_settings .= 'ssl.use-sslv2 = "disable"' . "\n";
$ssl_settings .= 'ssl.use-sslv3 = "disable"' . "\n";
Expand Down

0 comments on commit 45c0915

Please sign in to comment.