Skip to content

Commit ae1d7ac

Browse files
committed
more security resources
1 parent e716b58 commit ae1d7ac

File tree

4 files changed

+21
-1
lines changed

4 files changed

+21
-1
lines changed

all.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3878,6 +3878,13 @@ <h2>HTTPS resources</h2>
38783878
by browsers based on the <a href="http://tools.ietf.org/html/rfc2818">RFC 2818</a>
38793879
specification.</p>
38803880
</li>
3881+
<li>
3882+
<p><a href="https://www.ssllabs.com/ssltest/">Qualy SSL Server Test</a> can be used to
3883+
determine what's in place and what is missing for your server's HTTPS
3884+
connection. Once you run the test read this article on
3885+
<a href="https://sethvargo.com/getting-an-a-plus-on-qualys-ssl-labs-tester/">Getting an A+ on Qualy's SSL Labs Tester</a>
3886+
to improve your situation.</p>
3887+
</li>
38813888
</ul>
38823889
<h2>General security resources</h2>
38833890
<ul>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-12-22T12:46:39Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-12-22T12:49:12Z</updated></feed>

source/content/pages/10-security/1001-web-security.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ securing Linux distributions.
6161
by browsers based on the [RFC 2818](http://tools.ietf.org/html/rfc2818)
6262
specification.
6363

64+
* [Qualy SSL Server Test](https://www.ssllabs.com/ssltest/) can be used to
65+
determine what's in place and what is missing for your server's HTTPS
66+
connection. Once you run the test read this article on
67+
[Getting an A+ on Qualy's SSL Labs Tester](https://sethvargo.com/getting-an-a-plus-on-qualys-ssl-labs-tester/)
68+
to improve your situation.
69+
6470

6571
## General security resources
6672
* The Open Web Application Security Project (OWASP) has

web-application-security.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,13 @@ <h2>HTTPS resources</h2>
9292
by browsers based on the <a href="http://tools.ietf.org/html/rfc2818">RFC 2818</a>
9393
specification.</p>
9494
</li>
95+
<li>
96+
<p><a href="https://www.ssllabs.com/ssltest/">Qualy SSL Server Test</a> can be used to
97+
determine what's in place and what is missing for your server's HTTPS
98+
connection. Once you run the test read this article on
99+
<a href="https://sethvargo.com/getting-an-a-plus-on-qualys-ssl-labs-tester/">Getting an A+ on Qualy's SSL Labs Tester</a>
100+
to improve your situation.</p>
101+
</li>
95102
</ul>
96103
<h2>General security resources</h2>
97104
<ul>

0 commit comments

Comments
 (0)