$ git clone https://git.forge.gluster.org/glusterfs-core/glusterfs.git
Cloning into 'glusterfs'...
fatal: unable to access 'https://git.forge.gluster.org/glusterfs-core/glusterfs.git/': Unable to communicate securely with peer: requested domain name does not match the server's certificate.

ぐぬぬぬぬ

$ GIT\_SSL\_NO\_VERIFY=1 git clone https://git.forge.gluster.org/glusterfs-core/glusterfs.git
Cloning into 'glusterfs'...
Checking connectivity... done
$ cd glusterfs
$ git pull
fatal: unable to access 'https://git.forge.gluster.org/glusterfs-core/glusterfs.git/': Unable to communicate securely with peer: requested domain name does not match the server's certificate.
$ git config http.sslVerify "false"
$ git pull
Already up-to-date.