Definition
Secure Sockets Layer (SSL) is a protocol for securing communication on the Internet. It provides a way for enterprises to encrypt data before sending it to users, preventing third parties from reading it while it’s in transit.
Overview
Every day, millions of users transmit sensitive information over the Internet. From bank statements to social security numbers, transmitting unsecured data can result in a third party intercepting the data, manipulating the data, or using the data for identity theft. SSL and the superseding Transport Layer Security (TLS) protocols resolve this issue by encrypting data when it leaves a web server and decrypting it when it arrives at its destination. SSL is used for websites, email, remote login, and much more.
How SSL Works
SSL works through the use of public key cryptography. Public key cryptography uses two keys - a private key and a public key - to transmit secure data between two systems. These keys are essential to respectively decoding and encoding secure data. Step-by-step, here's how SSL works:
- A user connects to an SSL-enabled service such as a website.
- The user’s application requests the server’s public key in exchange for its own public key. This public key exchange provides ways for both parties to encrypt messages that only the other party can read.
- When the user sends a message to the server, the application uses the server’s public key to encrypt the message.
- The server receives the user’s message and decrypts it using its private key. Messages sent back to the browser are encrypted in a similar way using a public key generated by the user’s application. Public key cryptography is similar to using a padlock. The padlock itself is the public key and the combination is the private key. The server distributes its padlock, which anyone can use to lock a door or a box. However, the padlock can’t be opened without the combination, which only the server knows.
Example of SSL
Say a user wants to access their MaxCDN account. To ensure security and confidentiality, MaxCDN forces high-grade encryption across its website. When the user goes to log in, their browser automatically exchanges keys with MaxCDN’s servers. These keys are then used to exchange encrypted messages between both systems, preventing anyone from eavesdropping or intercepting sensitive information. When SSL is enabled on a webpage, the URL will have an “https” prefix instead of an “http” prefix. Most browsers also display a padlock icon or a green bar near the URL, depending on the level of encryption. SSL certificates are issued through Certificate Authorities (CAs), which are entities entrusted with selling and distributing SSL certificates. CAs form the backbone of SSL, providing new certificates and verification of existing certificates.
Getting Started with SSL
The steps for enabling SSL are different for Apache, Nginx, and IIS, but the process is the same. The first step is to choose a CA (Certificate Authority) and the type of certificate. Certificates can be used for a single domain, for a domain with multiple subdomains, or for multiple domains. CAs may also request various levels of validation depending on the type of certificate, from checking the registered owner of the domain to requesting legal identification. The next step is to generate a private key and the certificate signing request (CSR). CSRs are provided to the CA in exchange for an SSL certificate. CSRs contain information that will be used in the certificate such as the location of the organization, the domain name, and the email address of the administrator. When the CA verifies the CSR, they will send the certificate along with several additional certificates. These additional certificates are known as intermediate certificates and are used to verify the certificate with the CA. (Intermediate certificates stand between the public web and the CA’s root certificate, which has to remain private.) Once these certificates are installed, the server is SSL-ready.
Benefits of SSL
SSL creates trust by providing a secure channel for users to communicate with online services.
- Users are more confident in web services since they know their data is being transmitted safely.
- Enterprises see higher customer retention and trust since their customers are more confident in their ability to safeguard data.
- Users and enterprises see fewer incidents of data theft since sensitive data is no longer at risk of being intercepted.
Conclusion
In 2012 alone, over 16 million people became victims of identity theft due to improperly protected data. Our dependence on digital communication has made that number more likely to increase unless enterprises take additional steps to secure user data. SSL and TLS are the first line of defense in protecting customers and ultimately the business itself. Content delivery networks like MaxCDN make deploying SSL and protecting websites as easy as clicking a button.
If you have any questions or experience any issues, please reach out to the Support Team, live chat and ticket support are available 24/7.