SSL ensures secure data traffic. It is a protocol that encrypts the information before it ends up on the internet. Without SSL, the data travels across the internet as readable text and can therefore be easily intercepted, read and manipulated by malicious parties.
You can recognize websites that have an SSL certificate by the green lock at the top left of your browser. In addition, you can also recognize an SSL connection by the website address and URL. The URL of an SSL secured website starts with Https (Hhyper Text Ttransfer Pprotocol Ssecure). The extra s at the end of https so it stands for safe. Non-secure websites start with Http, without s.
SSL secures the connection between two computers. For such a secure connection to take place, you need a certificate, an SSL certificate. A certificate contains information about the certificate holder, the domain, the name of the authority that issued the certificate, the country in which the certificate was issued, and the period of validity. An SSL certificate always consists of a public and a private key that are required to send the message encrypted and ultimately convert it back into readable text.
To set up such a secure connection, a number of actions take place between the browser and the server.
So SSL works something like this:
Person A wants to send a package safely to person B. Person B has a padlock and an associated key. Only person B has access to the key. The padlock can be requested and used by anyone. The padlock is the public key. The key is the private key.
Person A asks Person B for a secure connection and Person B says, “Sure! Here is my public padlock!” Person B gives the padlock to person A. Person A packs his package and clicks the padlock to close the package. Then person A sends the package to person B. Because only person B has the key to the padlock, only person B can open the package again. This way, you have a secure connection between A and B!
There are many reasons why you need an SSL certificate for your website. The safety of your website is increasingly important.
So plenty of reasons to take out an SSL certificate. But which certificate is suitable for your website? I'll tell you that in the next blog.
In fact, TLS is nothing more than a more secure version of SSL. Nowadays, TLS technology is always used. However, SSL, as a term for a secure website, is still used because this is the historically established term.