From d34ea83f78de43ae1841f8fb0c503c95b5edf7af Mon Sep 17 00:00:00 2001 From: Propagram <89323442+Propagram@users.noreply.github.com> Date: Tue, 19 Dec 2023 18:45:46 -0300 Subject: [PATCH] Add note for redbean --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 40bb554..a93a87f 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,8 @@ pg:keepalive() ## Usage in Redbean +> **Note:** The connection using Redbean's socket currently does not support SSL. Authentication is only possible using the MD5 method. Do not use it for remote database connections. It is recommended only for connections to local databases. + Create a directory to work with the Redbean server, then download the latest version into this directory. ```