Generated the client certificate 'Not trusted' error.

I passed that as well by specifying “tcps” as transport in host and port string. Now I cannot create and use a queue in my C program having method
if ( !solClient_session_isCapable ( session_p, SOLCLIENT_SESSION_CAPABILITY_ENDPOINT_MANAGEMENT ) )
returning false; Solace explains that method checks if the specified capability is set on the currently connected Session.
Why my session do not have that capability and how to set it up?