1

I have an IoT device that is posting data to an AWS API Gateway. The device can not currently use HTTPS.

Is there any way that I can get the API gateway to accept a standard HTTP POST request?

Reid
  • 411
  • 6
  • 17
  • Doubtful. Why can't the device use HTTPS? – ceejayoz Feb 24 '17 at 18:47
  • It does not include any openSSL libraries – Reid Feb 24 '17 at 18:48
  • We are running a Lambda function based on JSON data included in the POST. Is it possible for us to write a PHP script on our own server that sends the data to the Lambda function and then gets and outputs the result – Reid Feb 24 '17 at 18:49
  • An IoT that *cannot* be secure? Why? If there is a way to exploit that weakness, hacker will find it. Use https. Seriously. – Tom Feb 28 '17 at 07:29

0 Answers0