We wanted to implement two way ssl with geode and needed some understanding on ssl property ssl-require-authentication. As per docs *ssl-require-authentication*Requires two-way authentication, applies to all components except web. Boolean - if true (the default), two-way authentication is required. So if we set this as true it will only verify the trust chain or some public key stuff for both client and server will get verified in this authentication.
Thanks, Ashish
