Please report new issues athttps://github.com/DOCGroup
Currently CSD is incompatible with SSLIOP. CSD involves a thread context after the first server side Interceptor (receive_request_service_context). SSLIOP::Current which gets initialized before the context doesn't get copied over. Without SSLIOP::Current, applications that use CSD and SSLIOP will not be able to access the certificate and certificate verification chain associated with a secure invocation's initiator, nor determine whether or not the current invocation is taking place within a secure session. There are no plans at present to pursue a fix for this. Ciju
Updated summary
There is a TAO/orbsvcs/tests/Security/ssliop_CSD test