Menu

Why secure Apache server with TLS/SSL certificate and how to do so using Let’s Encrypt–a free, automated, and open Certificate Authority

This weekend I learned something about HTTPS and the reasons for forcing all requests to redirect to https rather than letting requests going through unencrypted http traffic.

In a nutshell, it is about security. Https stands for “Hyper Text Transfer Protocol” with Secure Sockets Layer (SSL). It essentially provides critical security and data integrity for the communications between the website and the users’ browsers. Which in turn protects users’ personal information.
In the absence of a SSL encryption, intruders can exploit unprotected communications through almost every unprotected resource such as images, cookies or scripts to trick users into giving up sensitive information and create security vulnerabilities. They may also passively listen to unprotected HTTP communications between the website and users.

Here is how you set up TLS/SSL certificate on Linux(Ubuntu).
update local apt package indexes and install the Let’s Encrypt client:

sudo apt-get update
sudo apt-get install python-letsencrypt-apache

(more…)

Protected: ??Gmail??, ??Facebook??,??DuckDuckGo??. ??cookies??, ??file storage site with end-end encryption (e.g. mega.nz)??

This content is password protected. To view it please enter your password below:

November 23, 2016 Enter your password to view comments.

Setting up VPN liked socks5 proxy/ protocols (on a VPS) to reroute network traffic

First time learning these networking stuff ,VPS,socks5 protocols, very interesting learning curve, thoroughly enjoyed it

after generating a public and a private key to ssh, installed the required packages and done some configuration on ports and the firewall etc, I was able to go on Instagram

capture6

(more…)