Skip to content

Commit

Permalink
Add note about cURL error 52 with CrateDB Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
hlcianfagna committed Jan 10, 2024
1 parent 4145fe7 commit 9284210
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/connect.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,16 @@ You can get a PDO connection like this:
authenticate as the CrateDB superuser, which is ``crate``. The superuser
does not have a password, so you should omit the ``password`` argument.

CrateDB Cloud
=================

If you are connecting to CrateDB Cloud you will need to enable the SSL mode
by setting the connection's ``CRATE_ATTR_SSL_MODE`` attribute.
See the section below for details on how to do this.

If this is not configured you will see the following error message:
``cURL error 52: Empty reply from server``

Advanced settings
=================

Expand Down

0 comments on commit 9284210

Please sign in to comment.