Seems we got it working. This appears to be the magic combination:
```
<add name="mydb" connectionString"Max Pool Size=50;Security=ssl;SSLClientKeystoredb=client.kdb;SSLClientKeystash=client.sth;userid=myuser;password=mypass;database=mydb;server=myserver.mydomain.com:myport" providerName="IBM.Data.Informix" />
```
I'm checking with the developer to see where he had to put the client.kdb and client.sth files to eliminate the need to specify an explicit path.
------------------------------
TOM GIRSCH
------------------------------
Original Message:
Sent: Mon December 07, 2020 05:12 PM
From: TOM GIRSCH
Subject: DRDA w/SSL
Has anyone here had any luck getting a client connected to Informix using the IBM DRDA protocol over SSL? I opened a case on this some months ago and the DB2 and Informix sides of the fence just kept punting back and forth.
Setting up a drsocssl listener on the engine side is simple enough. But the Informix documentation for setting up DRDA connections doesn't even mention SSL, and doesn't list any parameters such as how to specify SSL and where to find the trust store.
------------------------------
TOM GIRSCH
------------------------------