156k views
5 votes
Explain how secure sockets layer works when a user communicates securely with a Web site.

1 Answer

4 votes

Answer:

SSL is useful to make secure communication between client and server. For this we need to configure the server with a certificate

Step-by-step explanation:

SSL provides 2 keys public and private . when we transferring data it encrypts that with public key and the authorized user decrypts that with private key so that unauthorized users might not able to hack/read the information

User Langusten Gustel
by
5.7k points