fix: decline SSL negotiation in plaintext mode
All checks were successful
Build and Push Image / docker-build-and-push (push) Successful in 5m7s
Test and Release PawSQL / test (push) Successful in 44s
Test and Release PawSQL / release (push) Successful in 10s

This commit is contained in:
2026-09-15 22:28:16 -04:00
parent e67698f3c2
commit cae9419cd5
4 changed files with 125 additions and 2 deletions

View File

@@ -11,7 +11,8 @@ import (
const (
startupProtocolVersion uint32 = 196608
maxStartupMessageSize = 64 << 10
maxStartupMessageSize uint32 = 64 << 10
gssEncryptionCode uint32 = 80877104
)
var (