[MDEV-32765] Galera SST using rsync over stunnel certificate verification bug Created: 2023-11-10 Updated: 2023-11-10 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Galera SST |
| Affects Version/s: | 10.5.21 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Richard | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | sst | ||
| Environment: |
Server version: 10.5.21-MariaDB-0+deb11u1 Debian 11 |
||
| Description |
|
When using rsync over stunnel with a signed cert and CA chain, the stunnel client connection fails with SSL certificate verification error. After debug the issue, I found that the stunnel.conf file created on the donor side have a bad
The issue seems to be caused by a problem parsing common name from the cert.
With this patch the stunnel.conf is correct, and certificate verification works fine:
|