Skip to content

pgwire: fix an assertion#74529

Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom
knz:20220106-unix-ssl
Jan 6, 2022
Merged

pgwire: fix an assertion#74529
craig[bot] merged 1 commit intocockroachdb:masterfrom
knz:20220106-unix-ssl

Conversation

@knz
Copy link
Copy Markdown
Contributor

@knz knz commented Jan 6, 2022

When a client connects over a unix socket, we don't support TLS.
The assertion for this was wrong, it did not properly report
the invalid situation to the client.

We can't really test this - I was not able to find a single client
that gets this wrong.

Release note: None

When a client connects over a unix socket, we don't support TLS.
The assertion for this was wrong, it did not properly report
the invalid situation to the client.

We can't really test this - I was not able to find a single client
that gets this wrong.

Release note: None
@knz knz requested a review from rafiss January 6, 2022 15:50
@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

@knz
Copy link
Copy Markdown
Contributor Author

knz commented Jan 6, 2022

TFYR!

bors r=rafiss

@craig
Copy link
Copy Markdown
Contributor

craig bot commented Jan 6, 2022

Build succeeded:

@craig craig bot merged commit 20ec845 into cockroachdb:master Jan 6, 2022
@knz knz deleted the 20220106-unix-ssl branch January 6, 2022 17:54
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

Successfully merging this pull request may close these issues.

3 participants