#trying to deploy a CVO in azure with the ansible module - SSL certificate error
1 messages · Page 1 of 1 (latest)
No, this is not supported.
If you can locate
response = requests.request(method, url, headers=headers, timeout=self.timeout, params=params, json=json, data=data)```
it could be changed ```
response = requests.request(method, url, verify=False, headers=headers, timeout=self.timeout, params=params, json=json, data=data)```
I guess, but I'm not sure what else could break