node-red-contrib-ibm-cloud / node-red-contrib-ibm-db2

Node-RED nodes to work with a Db2 LUW database. Works with "Db2 on Cloud" and "Db2 Warehouse on Cloud" services as well as standalone installation of Db2 LUW.
2 stars 1 forks source link

default to SSL connection type #6

Open drtrotter74 opened 3 years ago

drtrotter74 commented 3 years ago

Hi,

I was using this node on a db2 for z/OS database previously, and I was able to connect just fine. I see on a new installation, I seem to now be defaulting to SSL connection, since my db2 for z/OS port is not 50000.......

I am using port 446. Is there a way to re-build the .js file and change the code to not default to SSL.

Also can you tell me where in the ibm_db driver that this node gets the Db2Config settings from?

Thanks,

Dave