matrix-org / rust-synapse-compress-state

A tool to compress some state in a Synapse instance's database
https://pypi.org/project/synapse-auto-compressor/
Apache License 2.0
143 stars 33 forks source link

Support postgres with SSL requirements #23

Closed ananace closed 3 years ago

ananace commented 3 years ago

This currently just naively strips any ?sslmode= arguments from the postgres URI and enables SSL without verification, regardless of which mode the user specifies.

Half-Shot commented 3 years ago

Fixes #24

erikjohnston commented 3 years ago

Thanks for this! Sorry for forgetting about it...