AlphaGarden / SSL-Client-Server

A simple Java SSL/TSL socket client and server demo.
36 stars 25 forks source link

key.pm should not be visible to client #2

Closed skiunke closed 3 years ago

AlphaGarden commented 3 years ago

Thanks for bring up this question. I guess you're mentioning the One-way SSL / Server Certificate Authentication. key.pm is supposed to be visible to client in Two-way SSL/ Client Authentication, which is the case of this example.