Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Bug ssl to correct.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marzin-bot authored Sep 11, 2021
1 parent ec94107 commit d06a74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PostgreSQLClient.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d06a74a

Please sign in to comment.