Commit a9a9e09
committed
fix(cli): use rustls native roots for WSS
tokio-tungstenite was built with rustls-tls-webpki-roots (compiled-in
Mozilla bundle), so WSS could never trust private-CA relays (e.g. the
homelab Home Lab CA on buzz.bjzy.me) regardless of keychain or
SSL_CERT_FILE. Switch to rustls-tls-native-roots: macOS keychain /
Linux system bundle, so private relays work where the CA is trusted.1 parent cb6afa8 commit a9a9e09
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
124 | 126 | | |
125 | 127 | | |
126 | 128 | | |
| |||
0 commit comments