Tagged Http/2

NGINX, ALPN and HTTP/2 on CentOS7

December 14, 2016

By now we've all heard about the fancy new lightning fast HTTP/2 protocol, right? Fortunately, the latest versions of NGINX support HTTP/2. Unfortunately, most distributions are still stuck on OpenSSL < 1.0.2

tags = ["NGINX","HTTP/2","OpenSSL","Use the Source","CentOS7","Chrome"]



SSL for Websites

November 18, 2016

The goals of SSL/HTTPS are to provide a secure channel of communication. You should be able to trust that the SSL certificate you receive was actually issued to the website you are visiting and that it is non-trivial for a third party to read the data passing between the client and server.

tags = ["ssl","https","http/2","security","certificates","Let's Encrypt","Networking"]