diff options
author | Micah Anderson <micah@leap.se> | 2015-01-06 15:19:29 -0500 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2015-01-06 15:19:29 -0500 |
commit | 4ab1478f0fd0a5870d0db4098c388040147348e8 (patch) | |
tree | 2e88e1269f845997c1b49901365664cdcd87624f /puppet/modules/site_apache/files | |
parent | 3d2c6f315e99ad4fb9ceac9f392b7eab27f924aa (diff) | |
parent | 7d1f286e571af299fa88881393876dc6fb494256 (diff) |
Merge remote-tracking branch guido/develop' into develop (#5103)
Change-Id: Ia2f8c57899324dd7736be2f940cdd660ef5fdf1a
Diffstat (limited to 'puppet/modules/site_apache/files')
-rw-r--r-- | puppet/modules/site_apache/files/include.d/ssl_common.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/puppet/modules/site_apache/files/include.d/ssl_common.inc b/puppet/modules/site_apache/files/include.d/ssl_common.inc new file mode 100644 index 00000000..08b993cc --- /dev/null +++ b/puppet/modules/site_apache/files/include.d/ssl_common.inc @@ -0,0 +1,7 @@ +SSLEngine on +SSLProtocol all -SSLv2 -SSLv3 +SSLHonorCipherOrder on +SSLCompression off +SSLCipherSuite "ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128:AES256:HIGH:!aNULL:!eNULL:!EXPORT:!DES:!3DES:!MD5:!PSK" + +RequestHeader set X_FORWARDED_PROTO 'https'
\ No newline at end of file |