Hi,
maybe it is a bit unrelated question… I’m trying to create a session and establish a connection from c# using solclient to a pubsub+. Unfortunately I get an error like this: Session ‘(c0,s1)[myVPN]’ failed to load trust store: unspecified property ‘SESSION_SSL_TRUST_STORE_DIR’
I have only a default server certificate configuration, basically what was automatically pre-created by Solace PubSub+. What is the directory for that?
One remark for configuring session properties:
If I set SSLValidateCertificate to false, then no validation, no error.
If i set SSLTrustStoreDir=“certs”, I get "Session '(c0,s1)[myVPN]’ cannot access ‘SESSION_SSL_TRUST_STORE_DIR’ : ‘certs’
If I set SSLTrustStoreDir = “/” the session is created, but connect fails with Session ‘(c0,s1)_[myVPN]’: The peer certificate is not trusted, rc=‘unable to get local issuer certificate’
Thoughts?
Cheers,
Alexander