All:
We have a .NET application which, unfortunately, is connecting to Informix using the IBM Data Server Driver v10.5. We need to change our connections to communicate via TLS/SSL rather than unencrypted. Does anyone here have any experience with this?
From what I can tell, the easy part is changing the port number and the protocol. The hard part is, where does the TLS certificate go, and how do we tell the driver where to look for it. I was able to find some seemingly-relevant documentation here, but it's far from clear. If I understand that correctly, I should be able to set SecurityTransportMode=SSL,SSLClientKeystoredb=/path/to/db,SSLClientKeystash=/path/to/sth in the IfxConnection parameters, but it's been giving us trouble.
I'm hoping someone else here has already invented this wheel so that I don't have to. ;)
Thanks in advance,
- TJG
------------------------------
TOM GIRSCH
------------------------------
#Informix