Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

channel_binding error #119

Closed
fawaf opened this issue Oct 16, 2022 · 1 comment
Closed

channel_binding error #119

fawaf opened this issue Oct 16, 2022 · 1 comment

Comments

@fawaf
Copy link

fawaf commented Oct 16, 2022

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,
    )
@tlocke
Copy link
Owner

tlocke commented Oct 26, 2022

Hi @fawaf, I think this is a bug that's fixed with a release I've just made with version number 1.29.3. Let me know if it's still a problem though.

@tlocke tlocke closed this as completed Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants