wget Unable to establish SSL con
2021-03-18 本文已影响0人
HaoDongZ
加上跳过验证证书的参数"--no-check-certificate"
wget https://github.com/prometheus/mysqld_exporter/releases/download/v0.12.1/mysqld_exporter-0.12.1.linux-amd64.tar.gz --no-check-certificate
加上跳过验证证书的参数"--no-check-certificate"
wget https://github.com/prometheus/mysqld_exporter/releases/download/v0.12.1/mysqld_exporter-0.12.1.linux-amd64.tar.gz --no-check-certificate