SUSE / hanadb_exporter

Prometheus exporter for SAP HANA databases
Apache License 2.0
46 stars 27 forks source link

Enable ssl connection #96

Closed arbulu89 closed 2 years ago

arbulu89 commented 3 years ago

Some HANA databases enforce ssl usage when global.ini / communication / sslenforce = true is configured. In those cases we need to enable some different options in the hdbcli communcation. This PR implements those changes.

Fix for: https://github.com/SUSE/hanadb_exporter/issues/95