RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2081414 - [MariaDB 10.3.32] socat: E Failed to set SNI host "" (SST failure)
Summary: [MariaDB 10.3.32] socat: E Failed to set SNI host "" (SST failure)
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: mariadb
Version: 8.5
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Anton Bobrov
QA Contact: Jakub Heger
URL:
Whiteboard:
Depends On: 2217001
Blocks: 2223961
TreeView+ depends on / blocked
 
Reported: 2022-05-03 15:46 UTC by Imre Jonk
Modified: 2023-10-05 15:18 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 2223961 (view as bug list)
Environment:
Last Closed: 2023-10-05 15:18:16 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Contains MariaDB configuration and patch for wsrep_sst_mariabackup.sh (2.45 KB, application/zip)
2022-05-03 15:46 UTC, Imre Jonk
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-120923 0 None None None 2022-05-03 15:57:35 UTC

Description Imre Jonk 2022-05-03 15:46:47 UTC
Created attachment 1876783 [details]
Contains MariaDB configuration and patch for wsrep_sst_mariabackup.sh

Description of problem:
The recent mariadb-server package update in RHEL 8.5 breaks State Snapshot Transfers (SST) when using the 'mariabackup' SST method with socat.

Version-Release number of selected component (if applicable):
3:10.3.32-2.module+el8.5.0+14124+14ced695

How reproducible:
Always.

Steps to Reproduce:
1. Configure Galera multi-master replication between three nodes using the 'mariabackup' SST method, and further configure the use of socat's TLS implementation for these SSTs (e.g. encrypt=2 under the [sst] section). See the attached configuration files.
2. Bootstrap the cluster from one of the nodes.
3. Attempt to join one of the other nodes to the cluster.

Actual results:
The joining node will correctly start the socat service, listening on TCP port 4444, in order to receive the SST. The donor node however will refuse to connect to the joining node with this error in /var/log/mariadb/mariadb.log:

WSREP_SST: [INFO] Evaluating '/usr//bin/mbstream' -c 'xtrabackup_galera_info' | socat -u stdio openssl-connect:webmail6.ciphermail.com:4444,cert='/etc/pki/tls/private/ciphermail.pem',cafile='/etc/pki/tls/certs/ciphermail-ca.crt',commonname='',pf=ip6; RC=( ${PIPESTATUS[@]} ) (20220502 11:30:49.172)
2022/05/02 11:30:49 socat[393629] E Failed to set SNI host ""

Expected results:
The donor node should connect to the joining node's socat service on TCP port 4444, verify that the CA certificate matches the trusted CA certificate, and verify that the Common Name matches the node's name as listed in wsrep_cluster_address. It should not attempt to use an empty string as the Common Name or SNI host.

Additional info:
The fix we currently use ourselves and plan to provide to our customers is to apply the same logic to the CN_option variable when using encrypt=2 as is done in case encrypt=3 or encrypt=4 is used. See the attached patch.

Comment 1 Imre Jonk 2022-08-19 08:44:05 UTC
Any update on this issue?

Comment 2 martijn 2022-09-09 13:10:52 UTC
Since this is a serious breaking issue, i.e., cluster is no longer functional, it would be nice if there is some update on this issue.

Comment 4 Gerhard 2023-01-13 21:35:50 UTC
You set commonname to '', for whatever reason. For the users convenience Socat tries to set the SNI name to commonname, but OpenSSL lib apparently does not allow explicit empty SNI name.

Try option nosni to prevent Socat from setting the SNI name!

Comment 5 Daniel Black 2023-01-17 03:23:28 UTC
Note: upstream bug https://jira.mariadb.org/browse/MDEV-30402

Comment 6 Michal Schorm 2023-05-15 09:44:22 UTC
The fix has been added to the upstream code base:
  https://github.com/MariaDB/server/commit/d1a4315f4cb096c2fd81c96bc4afc6bb618bae49


Note You need to log in before you can comment on or make changes to this bug.