From ff4e9d06de3cc1f4424612bb21f5821563149317 Mon Sep 17 00:00:00 2001 From: FredyH Date: Wed, 17 Nov 2021 18:52:30 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8880515..06df93f 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Database:setCharacterSet(charSetName) -- Please note that this does block the main server thread if there is a query currently being ran -- Returns true on success, false on failure -Database:setSSL(key, cert, ca, capath, cipher) +Database:setSSLSettings(key, cert, ca, capath, cipher) -- Returns nothing -- Sets the SSL configuration of the database object. This allows you to enable secure connections over the internet using TLS. -- Every parameter is optional and can be omitted (set to nil) if not required. @@ -333,4 +333,4 @@ To compile the module, follow the following steps: ## Mac Mac is currently not supported since the MariaDB connector is not available on Mac (at least not precompiled). However, if you are able to compile the connector yourself, building for Mac should broadly follow the same instructions -as for Linux. \ No newline at end of file +as for Linux.