Commit 0154d35
committed
fix(quaint): set TLS 1.2 minimum on macOS to prevent P1011 bad protocol version
macOS Security framework defaults to TLS 1.0 which causes "bad protocol
version" errors when connecting to PostgreSQL servers requiring TLS 1.2+
(e.g., Ubicloud Managed Postgres #29600). Add conditional platform guard
so only macOS builds enforce TLS 1.2 minimum; Linux/Windows unchanged.1 parent 1171e96 commit 0154d35
2 files changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
921 | 921 | | |
922 | 922 | | |
923 | 923 | | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
924 | 932 | | |
925 | 933 | | |
926 | 934 | | |
| |||
0 commit comments