From ba5a7c735dc32d0a1d218f010d597b424f4205b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Tue, 29 Aug 2017 11:36:36 +0200 Subject: [PATCH] =?utf8?q?MHK=20-=20bl=C3=B6der=20static=20proxy?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- customer/mhk/stage-www01-mhk-kueche-de.pixelpark.net.yaml | 6 +++++- customer/mhk/stage-www02-mhk-kueche-de.pixelpark.net.yaml | 6 +++++- customer/mhk/stage-www03-mhk-kueche-de.pixelpark.net.yaml | 6 +++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/customer/mhk/stage-www01-mhk-kueche-de.pixelpark.net.yaml b/customer/mhk/stage-www01-mhk-kueche-de.pixelpark.net.yaml index 07e84f89..4154b855 100644 --- a/customer/mhk/stage-www01-mhk-kueche-de.pixelpark.net.yaml +++ b/customer/mhk/stage-www01-mhk-kueche-de.pixelpark.net.yaml @@ -102,7 +102,11 @@ infra::profile::apache::pp_vhosts: - 'set X-Frame-Options: sameorigin' - 'set X-XSS-Protection: "1; mode=block"' - 'set X-Content-Type-Options: nosniff' - custom_fragment: 'SSLProxyEngine on' + custom_fragment: | + SSLProxyEngine on + SSLProxyVerify none + SSLProxyCheckPeerCN off + SSLProxyCheckPeerName off logstash::generic_resource: webapp: diff --git a/customer/mhk/stage-www02-mhk-kueche-de.pixelpark.net.yaml b/customer/mhk/stage-www02-mhk-kueche-de.pixelpark.net.yaml index c65e46b3..e86a4333 100644 --- a/customer/mhk/stage-www02-mhk-kueche-de.pixelpark.net.yaml +++ b/customer/mhk/stage-www02-mhk-kueche-de.pixelpark.net.yaml @@ -102,7 +102,11 @@ infra::profile::apache::pp_vhosts: - 'set X-Frame-Options: sameorigin' - 'set X-XSS-Protection: "1; mode=block"' - 'set X-Content-Type-Options: nosniff' - custom_fragment: 'SSLProxyEngine on' + custom_fragment: | + SSLProxyEngine on + SSLProxyVerify none + SSLProxyCheckPeerCN off + SSLProxyCheckPeerName off logstash::generic_resource: webapp: diff --git a/customer/mhk/stage-www03-mhk-kueche-de.pixelpark.net.yaml b/customer/mhk/stage-www03-mhk-kueche-de.pixelpark.net.yaml index 15f56547..a352bed8 100644 --- a/customer/mhk/stage-www03-mhk-kueche-de.pixelpark.net.yaml +++ b/customer/mhk/stage-www03-mhk-kueche-de.pixelpark.net.yaml @@ -102,7 +102,11 @@ infra::profile::apache::pp_vhosts: - 'set X-Frame-Options: sameorigin' - 'set X-XSS-Protection: "1; mode=block"' - 'set X-Content-Type-Options: nosniff' - custom_fragment: 'SSLProxyEngine on' + custom_fragment: | + SSLProxyEngine on + SSLProxyVerify none + SSLProxyCheckPeerCN off + SSLProxyCheckPeerName off logstash::generic_resource: webapp: -- 2.39.5