node-red-contrib-stackhero-mysql icon indicating copy to clipboard operation
node-red-contrib-stackhero-mysql copied to clipboard

Add SSL support for database connection

Open atx-dgr opened this issue 1 year ago • 0 comments

This update adds SSL support for the database connection in main.js and introduces new form fields in main.html to handle SSL-related configurations like CA-Certificate, Cert, and Key. It also includes error handling for failed certificate reads. It enhances security by enabling encrypted connections to databases using certificates.

This PR addresses the issue #10

atx-dgr avatar May 14 '24 07:05 atx-dgr