Skip to content

Support sslmode=prefer and sslmode=allow#1270

Merged
arp242 merged 1 commit intomasterfrom
sslmode
Mar 9, 2026
Merged

Support sslmode=prefer and sslmode=allow#1270
arp242 merged 1 commit intomasterfrom
sslmode

Conversation

@arp242
Copy link
Copy Markdown
Collaborator

@arp242 arp242 commented Mar 9, 2026

With "prefer" it will try SSL first, but will fall back to plaintext if this fails. With "allow" it will try plaintext first, but will fall back to plaintext if this fails.

Also don't output CONNECT PQGO_DEBUG=1 messages to stdout; should have been stderr >_<

Fixes #776

With "prefer" it will try SSL first, but will fall back to plaintext if
this fails. With "allow" it will try plaintext first, but will fall back
to plaintext if this fails.

Also don't output CONNECT PQGO_DEBUG=1 messages to stdout; should have
been stderr >_<

Fixes #776
@arp242 arp242 merged commit c321a57 into master Mar 9, 2026
13 checks passed
@arp242 arp242 deleted the sslmode branch March 9, 2026 16:27
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.

sslmode=allow sslmode=prefer

1 participant