-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7477890
commit e898599
Showing
5 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Transport Layer Security (TLS) provides secure communication between systems | ||
over the internet by encrypting the data sent between them. The role of | ||
certificate validation in this process is to ensure that a system is indeed the | ||
one it claims to be, adding an extra layer of trust and security. | ||
over the internet by encrypting the data sent between them. Certificate validation | ||
adds an extra layer of trust and security to this process to ensure that a system | ||
is indeed the one it claims to be. | ||
|
||
When certificate validation is disabled, the client skips this critical check. | ||
When certificate validation is disabled, the client skips a critical security check. | ||
This creates an opportunity for attackers to pose as a trusted entity and | ||
intercept, manipulate, or steal the data being transmitted. | ||
|