If you encounter this issue while making a Net::HTTP post, most likely it’s the issue when you are trying with an https url. The problem occurs when the Net:HTTP object is not explicitly set to use SSL and still using the secured url. Usually, for posting a form with Net:HTTP [ Read More ]