Two-way SSL authentication of Apache Thrift

I found several examples on the Internet that deal with SSL connections in Apache Thrift, but I have not yet been able to find an example of using two-way SSL authentication. If I do not fully understand the example below. Essentially, I have a jboss application server that performs two-way authentication, however I would like to start using Thrift to move some elements to the microservice architecture. Any help is appreciated.

SSL client server

+6
source share

All Articles