Anas
Anas

Reputation: 180

What is the difference between one way and two way SSL in client side

I am developing a java client with SSL. They are asking me to do one way SSL. Is one way way SSL to be implemented from client side or only from server side?

Upvotes: 0

Views: 957

Answers (1)

Rajitha Abeysinghe
Rajitha Abeysinghe

Reputation: 26

in one way SSL , the client verifies the server certificate, but not vice versa. In two way SSL client verifies the server certificate and the server verifies the client certificate.

Upvotes: 1

Related Questions