Support for Sybase Database on Node.js with SSL

I’m working on a project that has bothered me for a while, and I wanted to enlist the community’s assistance. In essence, a cloud micro service operating in Kubernetes on AWS has to interface with an on-premises Sybase database. I’m currently using Node.js to develop this microservice, and I’ve tried utilising the Sybase or Node-Sybase modules to talk to the database. When I looked at the node_modules, it appeared that both of these modules used the Java Jar Linker to interface with the database. Without SSL, I was able to establish a connection, but I’m not sure how to do it with SSL. Do I have to make my own Custom Jar here, and if so, how do I go about doing that?