Posts tagged "tls" :

HTTP Strict Transport Security for NGINX and Apache

6 min read69 VIEWS

#Apache#HSTS#HTTPS#NGINX#Security#SSL#TLS

This tutorial will show you how to set up HSTS in NGINX and Apache. It has been tested with NGINX 1.1.19 and Apache 2.2.22 on Ubuntu 12.04, Debian 6 & 7 and CentOS 6. However, these are just the referenced versions and it should work on other distributions as well.

OCSP Stapling on NGINX and Apache

7 min read124 VIEWS

#Apache#NGINX#CRL#OCSP#OCSP-Stapling#Revocation#SSL#TLS

This post will review what OCSP stapling is and does. We'll also lay out the steps necessary to configure OCSP Stapling on both NGINX and Apache.

Harden SSL Security on NGINX

13 min read810 VIEWS

#NGINX#SSL#TLS

In this tutorial, we will show you how to set up secure SSL protection on an NGINX web server to help mitigate malicious attacks.