Hello,
With my JSS-enabled apps I wish to potentially ignore errors such as
the "CRL Expired" error, on both client AND server sides. The
SSLCertificationApprovalCallback interface gives me a way to do that.
However it exits only for SSLSocket but not for SSLServerSocket!!! (I'm
assuming a SSLServerSocket checks an incoming client cert against the
CRLs in its cert DB, need to verify this)
How do your other JSS-enabled server apps handle this situation? I would
think it be a common thing for an server app to want to customize
handling of error codes...
-- Patrick