1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00
Files
mariadb/mysql-test/suite/mariabackup
Vladislav Vaintroub 13e9f2d65b MDEV-37143 mariabackup fails on Windows with "SSL certificate is self-signed"
This is the same as MDEV-35368, which was  previously incompletely fixed
(on *nix-only, for unix socket connections)

This time, we fix it compatibly to Connector/C, by not verifying
server certificate for local connections, which, in addition to socket
and named pipe, are also "127.0.0.1" and "::1", and on Windows "localhost"
as well.

The corresponding code in Connector/C is was added by
1287c901dc8515823d28edcebfe4be65e6c5a6b3.

It remain a good question whether mariabackup should use SSL at all
since all it does are local connections, for "BACKUP STAGE" stuff.
2025-07-04 23:29:33 +03:00
..
2023-06-05 20:15:15 +02:00
2022-09-26 14:34:43 +03:00
2017-08-22 13:05:56 +00:00
2025-03-11 13:47:46 +02:00
2022-06-09 14:37:53 +03:00
2025-03-26 17:09:57 +02:00
2019-07-02 21:44:58 +03:00
2018-12-21 19:45:30 +01:00
2024-03-12 09:19:57 +02:00
2024-02-08 15:04:46 +02:00
2024-02-12 17:01:35 +02:00
2025-03-11 13:47:46 +02:00
2022-09-13 16:36:38 +03:00
2022-09-21 11:25:57 +03:00