Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver1
0いいね 14 views回再生

What is the HTTPS Protocol? | Tutorial

Course Title: Web Development Masterclass
Course Link: http://youaccel.com/admin/cdisplay.ph...

Facebook:   / youaccel  
Twitter:   / youaccel  
Website: http://youaccel.com

Tutorial Contents:

The HTTPS protocol is a more secure method of data transmission than the HTTP Protocol. The data packets that transfer back and forth between your browser and the websites server are not encrypted with the standard HTTP Protocol. This means they are in plain text and if they were intercepted by an intruder, all the information would be readily visible. With HTTPS all the data packets are encrypted using SSL (Secure Socket Layer) or TLS (Transport Layer Security). This means that the information contained within the data packets are coded and can only interpreted if certain conditions are met. The actual encryption and decryption process is quite technical and beyond the scope of this course.

An SSL layer can be created by installing a security certificate on the web server that host's the website. A security certificate can be purchased from a reputable vendor that will verify information about the domain and registrant. If the registrant of the domain name is a business, then additional validation documents may also be required. The verification process differs from each vendor and more reputable vendors will likely require more information. There are also different types of certificates. A high level security certificate is known as the Extended Validation Certificate (EV). It generally takes the most time to acquire and requires very detailed validation prior to issuance.

This diagram offers an illustration of how the encryption process works:

When a website visitor visits an SSL protected website, the SSL certificate installed on the webserver automatically creates an encrypted connection with the visitor's web browser. (This is called the SSL "handshake").

Once the connection is established a padlock icon and HTTPS prefix appear in the visitor's web browser. This generally means the site is safe to share personal details. Note again, that there are several companies offering SSL Certificates and some are more credible than others. It is important to make sure the SSL Certificate is issued by a well-recognized authority before sharing sensitive information.

The SSL Encryption is a 2048- bit encryption which is virtually unbreakable.

コメント