I want to use nodejs to access hana cloud instance in local docker container, the nodejs code is below
var hdb = require("@sap/hana-client");
var options = {
host: "localhost",
port: "30041",
uid: "uname",
pwd: "pw",
encrypt: true,
pol...
I can now access local hana cloud database docker container. The issue seems to be related to TLS cache. HANA cloud requires to ENCRYPT the communication. My PC originally works fine in windows10, but after upgrading to windows 11 this issue comes. I...
we have internally built hana cloud image, I run it in local docker container. it is not hana2. and I use the same port in different clients, only nodejs application and hdbsql report error.best regards
hi Muthaiah,I do not know how to enable all IP address on local hana cloud container, can you provide help document? in addition, i have updated my question to add additional information on other clients to access my hana, it seems not ip issue since...