pg8000
pg8000 copied to clipboard
channel_binding error
not sure where/why this error is occuring: The channel_binding parameter must be None if channel binding is not required. i am creating the connection with all the defaults, as below
on the latest 1.29.2 release
pg8000.native.Connection(
user,
host=host,
database=db,
password=password,
ssl_context=True,
)