<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"><div>Hi Stefan,<br></div><div><br></div><div>I reproduced this in our lab and it is working without any issues.<br></div><div><br></div><div>Lab setup: Debian 12 and Gluster version 10.5<br></div><div>Three servers and one client: c01.gluster, c02.gluster, c03.gluster and cluster-client.gluster<br></div><div><br></div><div>I used RSA key length as 4096 instead of 2048 and used the below volume option<br></div><div><br></div><div>gluster volume set gv1 ssl.cipher-list 'HIGH:!SSLv2' <br></div><div><br></div><div>I used Kadalu Binnacle (<a target="_blank" href="https://github.com/kadalu/binnacle">https://github.com/kadalu/binnacle</a>) to setup container based three nodes cluster. The details and the test file are available in the below Github repository.<br></div><div><br></div><div><a target="_blank" href="https://github.com/aravindavk/gluster-tests?tab=readme-ov-file#gluster-tls-tests">https://github.com/aravindavk/gluster-tests?tab=readme-ov-file#gluster-tls-tests</a><br></div><div><br></div><div>--</div><div id="Zm-_Id_-Sgn" data-sigid="3848334000000010003" data-zbluepencil-ignore="true"><div>Aravinda<br></div><div>Kadalu Technologies<br></div></div><div><br></div><div class="zmail_extra_hr" style="border-top: 1px solid rgb(204, 204, 204); height: 0px; margin-top: 10px; margin-bottom: 10px; line-height: 0px;"><br></div><div class="zmail_extra" data-zbluepencil-ignore="true"><div><br></div><div id="Zm-_Id_-Sgn1">---- On Mon, 29 Jan 2024 22:10:50 +0530 <b>Stefan Kania <stefan@kania-online.de></b> wrote ---<br></div><div><br></div><blockquote id="blockquote_zmail" style="margin: 0px;"><div>Hi Strahil, hi Aravinda <br> <br>Am 28.01.24 um 23:03 schrieb Strahil Nikolov: <br>> You didn't specify correctly the IP in the SANS but I'm not sure if that's the root cause. <br>> In the SANs section Specify all hosts + their IPs: IP.1=1.2.3.4IP.2=2.3.4.5DNS.1=c01.glusterDNS.2=c02.gluster <br> <br>That's what I did now: <br> <br>I took the commands from the article you recommended and added all the <br>alternative names and IPs into the certificate: <br>------------- <br>openssl req -new -x509 -key /etc/ssl/glusterfs.key -subj "/CN=`hostname <br>-f`" -addext "subjectAltName = <br>IP:192.168.57.41,IP:192.168.57.42,IP:192.168.57.43,IP:192.168.57.51,DNS:c01.gluster,DNS:c02.gluster,DNS:c03.gluster,DNS:cluster-client.gluster" <br>-out /etc/ssl/glusterfs.pem <br>------------- <br>Stille getting on the server: <br>------------- <br>[2024-01-29 16:32:08.877499 +0000] I <br>[socket.c:4288:ssl_setup_connection_params] 0-socket.management: SSL <br>support for MGMT is ENABLED IO path is ENABLED certificate depth is 1 <br>for peer 192.168.57.51:49151 <br>[2024-01-29 16:32:08.881842 +0000] E [socket.c:224:ssl_dump_error_stack] <br>0-socket.management:   error:0A00010B:SSL routines::wrong version number <br> <br>------------- <br> <br>And on the client: <br>------------- <br>[2024-01-29 16:32:08.865731 +0000] I [MSGID: 100030] <br>[glusterfsd.c:2767:main] 0-/usr/sbin/glusterfs: Started running version <br>[{arg=/usr/sbin/glusterfs}, {version=10.5}, <br>{cmdlinestr=/usr/sbin/glusterfs --process-name fuse <br>--volfile-server=c02.gluster --volfile-id=/gv1 /mnt}] <br>[2024-01-29 16:32:08.870129 +0000] I [glusterfsd.c:2447:daemonize] <br>0-glusterfs: Pid of current running process is 664 <br>[2024-01-29 16:32:08.880528 +0000] I [MSGID: 101190] <br>[event-epoll.c:667:event_dispatch_epoll_worker] 0-epoll: Started thread <br>with index [{index=1}] <br>[2024-01-29 16:32:08.880935 +0000] I [MSGID: 101190] <br>[event-epoll.c:667:event_dispatch_epoll_worker] 0-epoll: Started thread <br>with index [{index=0}] <br>[2024-01-29 16:32:08.885755 +0000] I <br>[glusterfsd-mgmt.c:2681:mgmt_rpc_notify] 0-glusterfsd-mgmt: disconnected <br>from remote-host: c02.gluster <br>[2024-01-29 16:32:08.885879 +0000] I <br>[glusterfsd-mgmt.c:2720:mgmt_rpc_notify] 0-glusterfsd-mgmt: Exhausted <br>all volfile servers <br>[2024-01-29 16:32:08.887116 +0000] W <br>[glusterfsd.c:1458:cleanup_and_exit] <br>(-->/lib/x86_64-linux-gnu/libgfrpc.so.0(+0xfa35) [0x7fd18d185a35] <br>-->/usr/sbin/glusterfs(+0x14769) [0x55d4f8d5d769] <br>-->/usr/sbin/glusterfs(cleanup_and_exit+0x57) [0x55d4f8d54447] ) 0-: <br>received signum (1), shutting down <br>[2024-01-29 16:32:08.887209 +0000] I [fuse-bridge.c:7065:fini] 0-fuse: <br>Unmounting '/mnt'. <br>[2024-01-29 16:32:08.889719 +0000] I [fuse-bridge.c:7069:fini] 0-fuse: <br>Closing fuse connection to '/mnt'. <br>[2024-01-29 16:32:08.889909 +0000] W <br>[glusterfsd.c:1458:cleanup_and_exit] <br>(-->/lib/x86_64-linux-gnu/libc.so.6(+0x89044) [0x7fd18d00a044] <br>-->/usr/sbin/glusterfs(glusterfs_sigwaiter+0xc5) [0x55d4f8d5be05] <br>-->/usr/sbin/glusterfs(cleanup_and_exit+0x57) [0x55d4f8d54447] ) 0-: <br>received signum (15), shutting down <br>------------- <br> <br>executing the connect command on the client: <br>-------------- <br>openssl s_client -showcerts -connect c02.gluster:24007 <br>-------------- <br> <br>shows on the sever: <br>-------------- <br>[2024-01-29 16:37:08.747123 +0000] I <br>[socket.c:4288:ssl_setup_connection_params] 0-socket.management: SSL <br>support for MGMT is ENABLED IO path is ENABLED certificate depth is 1 <br>for peer 192.168.57.51:58060 <br>[2024-01-29 16:37:08.767715 +0000] E <br>[socket.c:426:ssl_setup_connection_postfix] 0-socket.management: SSL <br>connect error (client: 192.168.57.51:58060) (server: 192.168.57.42:24007) <br>-------------- <br> <br>So still the same, no changes :-( <br> <br>Stefan <br></div></blockquote></div><div><br></div></div><br></body></html>