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
.