Enable SSL peer verification for webhooks
Created by: harbulot
The latest commit on branch 6-4-stable (31736266) disables SSL peer verification for all webhooks.
Unfortunately, this makes the connection vulnerable to MITM attacks. The new behaviour of HTTParty was addressing this problem. Re-introducing a potential vulnerability explicitly when it has been fixed by an underlying library doesn't seem great.