Skip to content

Conversation

bfops
Copy link
Collaborator

@bfops bfops commented Oct 22, 2025

Description of Changes

Reapplying changes from #3432. See that PR for more info.

API and ABI breaking changes

None

Expected complexity level and risk

1

Testing

Existing CI only

bfops and others added 2 commits October 22, 2025 09:55
…ow we disable ssl (#3432)

# Description of Changes

Hello team, I'm the original author of pgwire library. In this patch, I
have some updates about spacetimedb's usage of pgwire library:

- Updated pgwire library to 0.34, which includes a critical fix for busy
loop on accepting new connection
- This version will return error on no-op handlers, as requested by
@mamcx
- Update `StartupHandler` for `SslRequest`. `SslRequest` is handled in
`process_socket` automatically before `StartupHandler` kicks in. So it's
safe to remove the match branch. The framework will reject TLS
negotiation automatically if no TLS support compiled
- Updated feature flags. Add `no-default-features` so we will not pull
TLS dependencies.

# API and ABI breaking changes

N/A

# Expected complexity level and risk

1

# Testing

Would be nice to verify if you have integration test on postgres
interface.

---------

Co-authored-by: Mario Montoya <[email protected]>
@bfops bfops closed this Oct 23, 2025
@bfops bfops deleted the bfops/disable-ssl-better branch October 23, 2025 19: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.

2 participants