Skip to content

Introduce & verify tls/ssl support  #16

Open
@affejunge

Description

@affejunge

Hi all,

We observed that using the Client with connection parameters like this
Client.open(f"dbname='stac' user='{username}' password='{password}' host='{host}' port=5432 sslmode='require'")

on a database with ssl enabled, the connection is not established. The error message is

PgstacError: postgres: error performing TLS handshake: no TLS implementation configured

Using psycopg2 with the same connection parameters works fine. The connection is established and a query is executed successfully.
We tested with this 4976448
against db running pgstac:v0.9.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions