Hello, I would like to validated an attribute of the client's certificate. I've configured the embedded FTPS server with client authentication, therefore after the first handshake, on the FTPs connection, the client's certificates chain is passing through the FTPS session. That is fine, I am able to retrieve the certificates chain of the session and validate the certificate's attribute. Now, after the second handshake, the one that opens the data connection on the STOR command for example, I would also like to validate the client's certificate's attribute. Would it be possible to do so, to retrieve the certificate from the session of the data socket?
Thanks, Meggie -- View this message in context: http://apache-mina.10907.n7.nabble.com/Client-Certificate-validation-after-handshakes-tp43162.html Sent from the Apache MINA Developer Forum mailing list archive at Nabble.com.
