X509: certificate signed by unknown authority

Hi @Nithani25,

Is it possible that these urls are using self-signed certificates? If that is the case you may want to install them to the system, or add its CA with ssl.certificate_authorities.

You can also disable ssl checks with ssl.verification_mode: none.

6 Likes