<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_platform.git/puppet/modules/site_apache, branch 0.5.2</title>
<subtitle>[leap_platform] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/'/>
<entry>
<title>Update TLS apache vhost TLS configuration (#5137):</title>
<updated>2014-04-02T17:25:13+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@leap.se</email>
</author>
<published>2014-04-02T17:17:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=5cca6d100ffd991e6f943d916361bf0497728d70'/>
<id>5cca6d100ffd991e6f943d916361bf0497728d70</id>
<content type='text'>
       . We want to allow for TLS1.2 to be enabled (supported in wheezy)

       . Explicitly disable SSLCompression. This aids in protecting
       against the BREACH attack: see http://breachattack.com), and SPDY
       version 3 is vulnerable to the CRIME attack when compression is
       on

       . Switch the cipher suites to match
       https://wiki.mozilla.org/Security/Server_Side_TLS#Apache for
       these reasons:
             . Prefer PFS, with ECDHE first then DHE (TLS 1.2, not many
             implementations support this, and there are no known attacks).
             . Prefer AES128 to AES256 because the key schedule in
             AES256 is considered weaker, and maybe AES128 is more
             resistant to timing attacks
             . Prefer AES to RC4. BEAST attacks on AES are mitigated in
             &gt;=TLS1.1, and difficult in TLS1.0. They are not in RC4, and
             likely to become more dangerous
             . RC4 is on the path to removal, but still present for backward compatibility

Change-Id: I99a7f0ebf2ac438f075835d1cb38f63080321043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
       . We want to allow for TLS1.2 to be enabled (supported in wheezy)

       . Explicitly disable SSLCompression. This aids in protecting
       against the BREACH attack: see http://breachattack.com), and SPDY
       version 3 is vulnerable to the CRIME attack when compression is
       on

       . Switch the cipher suites to match
       https://wiki.mozilla.org/Security/Server_Side_TLS#Apache for
       these reasons:
             . Prefer PFS, with ECDHE first then DHE (TLS 1.2, not many
             implementations support this, and there are no known attacks).
             . Prefer AES128 to AES256 because the key schedule in
             AES256 is considered weaker, and maybe AES128 is more
             resistant to timing attacks
             . Prefer AES to RC4. BEAST attacks on AES are mitigated in
             &gt;=TLS1.1, and difficult in TLS1.0. They are not in RC4, and
             likely to become more dangerous
             . RC4 is on the path to removal, but still present for backward compatibility

Change-Id: I99a7f0ebf2ac438f075835d1cb38f63080321043
</pre>
</div>
</content>
</entry>
<entry>
<title>move leap_webapp.conf template to common.conf which is included by the nagios and webapp node (#5096)</title>
<updated>2014-02-10T17:40:08+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2014-02-06T14:36:12+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=6255e58bf9ff3489bf2707bc2be9759ec5c7db68'/>
<id>6255e58bf9ff3489bf2707bc2be9759ec5c7db68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>anonymize webapp ips (Bug #4896)</title>
<updated>2014-01-22T15:47:59+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2014-01-22T15:47:59+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=e7fe6d504565b7e0234681ed500059a54739f2e3'/>
<id>e7fe6d504565b7e0234681ed500059a54739f2e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improvements to webapp deployment: allow for greater customization, allow for custom git source, improve apache config.</title>
<updated>2013-11-22T19:14:13+00:00</updated>
<author>
<name>elijah</name>
<email>elijah@riseup.net</email>
</author>
<published>2013-11-15T09:02:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=289a00a149ac08d01b8ee638620d8c2928966fa3'/>
<id>289a00a149ac08d01b8ee638620d8c2928966fa3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>"Header set X-Frame-Options: Allow" only for nagios (Bug #4169)</title>
<updated>2013-10-18T12:10:18+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2013-10-17T21:09:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=9074a7bce264d64f467bc628f06e37a5802043bd'/>
<id>9074a7bce264d64f467bc628f06e37a5802043bd</id>
<content type='text'>
Nagios won't work with setting this option to "DENY",
as set in conf.d/security (#4169). Therefor we allow
it here, only for nagios.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Nagios won't work with setting this option to "DENY",
as set in conf.d/security (#4169). Therefor we allow
it here, only for nagios.
</pre>
</div>
</content>
</entry>
<entry>
<title>Webapp doesn't serve commercial cert (Bug #3916)</title>
<updated>2013-09-24T09:01:19+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2013-09-24T09:01:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=02f17c426e6288f898a66a1a687b413ffe9a9b95'/>
<id>02f17c426e6288f898a66a1a687b413ffe9a9b95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move commercial x509 deployment to site_x509 (Feature #3889)</title>
<updated>2013-09-24T08:06:22+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2013-09-24T07:23:54+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=9fae612bd8d147321e0cb553610fcaf0140e84eb'/>
<id>9fae612bd8d147321e0cb553610fcaf0140e84eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'api-crt-3384' into develop fixes #3384</title>
<updated>2013-09-21T22:13:13+00:00</updated>
<author>
<name>kwadronaut</name>
<email>kwadronaut@leap.se</email>
</author>
<published>2013-09-21T22:13:13+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=5e582cbf9e2cd135009965433b4cd2a7747732ed'/>
<id>5e582cbf9e2cd135009965433b4cd2a7747732ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>adding fqdn as default servername and moving service.domain to ServerAlias (fixing #3384)</title>
<updated>2013-09-21T22:08:05+00:00</updated>
<author>
<name>kwadronaut</name>
<email>kwadronaut@leap.se</email>
</author>
<published>2013-09-17T18:09:10+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=a95e00f78e07d515b49de563ca5fbcd83be0d015'/>
<id>a95e00f78e07d515b49de563ca5fbcd83be0d015</id>
<content type='text'>
node name and dns fqdn could be different
Also note that on local deploys that warning from #3384 will continue to exist (because of dns)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
node name and dns fqdn could be different
Also note that on local deploys that warning from #3384 will continue to exist (because of dns)
</pre>
</div>
</content>
</entry>
<entry>
<title>fix whitespace issues from https://review.leap.se/r/82</title>
<updated>2013-09-20T16:58:13+00:00</updated>
<author>
<name>varac</name>
<email>varacanero@zeromail.org</email>
</author>
<published>2013-09-20T16:58:13+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_platform.git/commit/?id=486a9cd3b7bd8d643a9623fd40db2286cdf52fc8'/>
<id>486a9cd3b7bd8d643a9623fd40db2286cdf52fc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
