Unable to download graylog 4.3

Hi,

I try to install Graylog on Centos 8.

When i run the installation of the repository, i got the error with rpm or wget :

[root@srv-etest ~]# rpm -Uvh https://packages.graylog2.org/repo/packages/graylog-4.3-repository_latest.rpm
Récupération de URL_LINK/graylog-4.3-repository_latest.rpm
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to graylog-package-repository.s3.eu-west-1.amazonaws.com:443
erreur : URL_LINK/graylog-4.3-repository_latest.rpm ignoré - échec du transfert

I hope a help to solve the problem.

Demba

The instructions only have 4.2 for some reason (@dscryber) which lists it as: https://packages.graylog2.org/repo/packages/graylog-4.2-repository_latest.rpmsudo

with rpmsudo on the end rather than rpm I don’t know if that would fix it but maybe if you change that line to 4.3 it may fix it … EDIT… needs to be a space before the sudo… I need to pay more attention to the copy/paste… error is in docs though!

The command with 4.2 run normally

Thanks for your suggestions