I\'m using a local server to test an application, and make requests to that server from my own machine.
The test server\'s SSL is bad, and HTTParty throws errors bec
If you want to still send your certificates, use this flag:
verify_peer: false