Segmentation fault

Hello,
New here!
I tried to follow the starter tutorial
I’ve got this error when I try this command psql -h pg.neon.tech

NOTICE: Connecting to database.
psql (16.1 (Homebrew), server 16.0)
SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, compression: off)
Type “help” for help.

[1] 665 segmentation fault psql -h pg.neon.tech

Sorry for the delay.

It seems like this is an incompatibility between psql and OpenSSL 3.2, which was released just last weekend, and because Homebrew updated its psql dependency to OpenSSL 3.2 it was the first to notice the incompatibility.

We’re working on fixing it in upstream PostgreSQL, and I believe Homebrew is also working on fixing their build of psql to fix this issue.