B4J Question How to implement TLS client authentication in B4J server?

avalle

Active Member
Licensed User
Longtime User
Normally, a TLS client verifies the server’s certificate. It’s also possible for the server to require a signed certificate from the client. These are called Client Certificates. This ensures that not only the client can trust the server, but that the server can also trusts the client.

Is this possible to implement with a B4J Server application?
 
Top