Reputation: 3141
Does SSL provide any type of security other than simply encrypting the content of the HTTP request for web applications?
Upvotes: 1
Views: 789
Reputation: 56
An addition to @cobbal, only organization-validated certificates validate who you really are. Almost 90% of the certificates in the market are domain-validated and they don't validate anything (that's why they are much cheaper).
Upvotes: 0
Reputation: 70703
SSL does 2 things:
Upvotes: 6