[TLS/SSL]How to encrypt data in transit using SSL/TLS!

Takahiro Oda
7 min readDec 30, 2021

The goal

The goal is to understand how to configure a website to transfer data over a secure channel by providing SSL encryption to a web site implemented on HTTP

Why do you need to learn this?

Most websites require user authentication to allow individual access to content. If any of these websites fail to provide communicating over a secure channel, attackers can attempt to intercept the data passing through them. As a security admin, you need to ensure that your company’s website provides encryption to the communications passing through HTTP channel.

Case

web/cloud servers use HTTPS to transfer data securely. HTTPS is implemented on websites that collect information such as login passwords and banking information.

Network Topology

Preparation

Install Wampserver

1: Login Domain Controller

2: install WampServer from here (https://www.wampserver.com/en/)

--

--

No responses yet