Hello,
I need to send a notification with Webhook method, I have a webhook receiver wich use a SSL connection with a name with certificate signed by internal CA authority.
When I try to send the notification I get the error:
SendNotify: Notification failed.
HTTPSConnectionPool(host=‘inventario.crtnet’, port=443): Max retries exceeded with url: /AnsibleNotify/AnsibleNotify.aspx (Caused by SSLError(SSLError(“bad handshake: Error([(‘SSL routines’, ‘ssl3_get_server_certificate’, ‘certificate verify failed’)],)”,),))
I think can solve this issue in two modes, first disabling the certificate validation, second installing the CA root which the host name is signed.
Someone know how to do that.
Thank you and best regards.
Flavio Gobber