I have tried to install telegraf using instructions provided on the site but it gives me an error about the mirror.
cat <<EOF | sudo tee /etc/yum.repos.d/influxdb.repo
[influxdb]
name = InfluxDB Repository - RHEL \$releasever
baseurl = https://repos.influxdata.com/rhel/\$releasever/\$basearch/stable
enabled = 1
gpgcheck = 1
gpgkey = https://repos.influxdata.com/influxdb.key
EOF
Error:
https://repos.influxdata.com/rhel/7/x86_64/stable/repodata/repomd.xml: [Errno 14] curl#35 - “Cannot communicate securely with peer: no common encryption algorithm(s).”
and offers to disable the repo.
I was able to install influxdb using the same repo but it won’t install telegraf. How can I install it on CentOS7?Thank you.