From d06a74a03b48a37eabfe75eac41fb813c1741132 Mon Sep 17 00:00:00 2001 From: Marzin <70151472+Marzin-bot@users.noreply.github.com> Date: Sat, 11 Sep 2021 13:08:16 +0200 Subject: [PATCH] Bug ssl to correct. --- PostgreSQLClient.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PostgreSQLClient.gd b/PostgreSQLClient.gd index 7277708..637021f 100644 --- a/PostgreSQLClient.gd +++ b/PostgreSQLClient.gd @@ -321,7 +321,7 @@ func poll() -> void: stream_peer_ssl.connect_to_stream(peer) # stream_peer_ssl.blocking_handshake = false status_ssl = 2 - 'E': + 'N': push_error("[PostgreSQLClient:%d] The connection attempt failed. The backend does not want to establish a secure SSL/TLS connection." % [get_instance_id()]) close(false)