Commit 16e8428
committed
Fix recurring errors when using TLS/SSL
Turns out haproxy needs to be told that the connection is TLS/SSL twice.
Once for the `tcp-check` connect and then for the `server-template`.
If `ssl` is not specified in the `server-template` config, then there
will be some plaintext tcp connections. These seem to be separate from
the `tcp-check` connections though.
Redis will print an error such as this when it's running in TLS/SSL mode
and a plaintext connection gets opened:
```
1:M 14 Apr 2025 14:41:03.686 # Error accepting a client connection: error:0A00010B:SSL routines::wrong version number (addr=11.35.244.11:34886 laddr=11.35.244.4:6379)
```
They are mostly annoying, but are harmless.1 parent 114d2de commit 16e8428
File tree
2 files changed
+1
-1
lines changed- appuio
- haproxy/templates
2 files changed
+1
-1
lines changedBinary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
0 commit comments