Reputation: 180
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
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