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
------------------------------