You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><ahref="https://www.moses.io/2015/09/tls-and-server-hardening-post-nginx/">TLS and Nginx Web Server Hardening</a>
2982
2982
explains a secure server configuration for the Nginx web server.</p>
2983
2983
</li>
2984
+
<li>
2985
+
<p><ahref="http://arstechnica.com/security/2015/10/new-attacks-on-network-time-protocol-can-defeat-https-and-create-chaos/">Timing attacks are one form of vulnerability</a>
2986
+
that can be used to defeat HTTPS in certain configurations. Understanding
2987
+
how those attacks work is important in keeping your users' connections
Copy file name to clipboardExpand all lines: source/content/pages/04-web-development/15-web-app-security.markdown
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,11 @@ securing Linux distributions.
129
129
*[TLS and Nginx Web Server Hardening](https://www.moses.io/2015/09/tls-and-server-hardening-post-nginx/)
130
130
explains a secure server configuration for the Nginx web server.
131
131
132
+
*[Timing attacks are one form of vulnerability](http://arstechnica.com/security/2015/10/new-attacks-on-network-time-protocol-can-defeat-https-and-create-chaos/)
133
+
that can be used to defeat HTTPS in certain configurations. Understanding
134
+
how those attacks work is important in keeping your users' connections
135
+
secure.
136
+
132
137
133
138
## Web security learning checklist
134
139
1. Read and understand the major web application security flaws that are
<p><ahref="https://www.moses.io/2015/09/tls-and-server-hardening-post-nginx/">TLS and Nginx Web Server Hardening</a>
186
186
explains a secure server configuration for the Nginx web server.</p>
187
187
</li>
188
+
<li>
189
+
<p><ahref="http://arstechnica.com/security/2015/10/new-attacks-on-network-time-protocol-can-defeat-https-and-create-chaos/">Timing attacks are one form of vulnerability</a>
190
+
that can be used to defeat HTTPS in certain configurations. Understanding
191
+
how those attacks work is important in keeping your users' connections
0 commit comments