Request from BOTO failing after making request from AWS CPP sdk - boto

my application is making request to AWS dynamodb using AWS CPP Sdk, and after that other request is sent from BOTO to dynamodb, but it fails with below error:
ssl.SSLError: _ssl.c:319: Invalid SSL protocol variant specified.
how can i resolve it.
Appreciate the help

Related

Truncated Response from Nginx server

I have a .net WebApi service which is hosted on IIS server, it returns JSON response. when i hit the .net service via postman i get proper complete data as expected.
When i call the same service via Kong Api Gateway (Configured on linux machine with Nginx) from postman, i get truncated JSON response from postman and error calling from c# code.
Received an unexpected EOF or 0 bytes from the transport stream.
Response from postman as below
Can someone please provide me some pointers to proceed with.

IBM API Connect Test and Monitor giving Invalid Request error

I am trying to use API Connect Test and Monitor tool wherein when I gave a Get request and url and with and without authorization token, I am getting this error:
Error. Invalid Request
When I do it using Postman, I get a proper 200 OK response (with and without authorization token).
I have tried for POST request also. Same works in Postman but not in IBM API Test and Monitor.
The IBM API Test and Monitor tool is a cloud-based service. Hence, it can only be used to query endpoints that are publicly available on the internet.
localhost refers to the user's computer which does not normally expose any TCP ports to the wider internet.
You can, however, use the IBM API Test and Monitor desktop app to query localhost

How to trace the Api Proxy requests without using the Test console on API Gateway?

I would like to trace real-time requests coming to my API Proxy in azure. There is a facility to trace using the Test console on the API Gateway as per the article below.
https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-api-inspector
But I would like to trace the request when clients sending from their applications or when sending requests from POSTMAN.
There is a similar facility in Apigee Edge to enable the trace at runtime.
Does anyone have idea how to trace realtime API Proxy Requests?
Thanks in advance for your help.
You can enable Azure doagnostocs and use Azure monitor.
Check the below for how to and what data will be logged.
Please look at the below
https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-app-insights
https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-use-azure-monitor#diagnostic-logs

Have connected to other website but am having trouble connecting to a AWS webpage via sim900 using arduino

I have connected to other websites but have been able to connect to AWS I have seen others had this issue before me but none of the threads I found were answered. I am hoping someone has suggestion I can post the code if necessary. Is there a special way to connect to the AWS website? The goal of the project is to send data to a web page which was created using Amazons AWS services. We are using an Access point and are using a Json format.
To establish a connection with AWS you must need a secured connection (https TLS 1.2) but the SIM900 firmware only provide TLS 1.0 (see the doc here : https://simcom.ee/documents/SIM900/SIM900_HTTPS%20AT%20Command%20Set_V1%2000.pdf)
I think I see somebody with the same configuration than yours (Arduino + sim900) who used a lib to connect to AWS.
Or you can establish a TCP connection with AWS and then use a lib to handshake and send data with TLS 1.2 protocol. More informations about TCP and TLS : https://medium.facilelogin.com/nuts-and-bolts-of-transport-layer-security-tls-2c5af298c4be

RStudio with node reverse proxy not working

If I use nginx as the reverse proxy for RStudio, it works great following the instructions on https://support.rstudio.com/hc/en-us/articles/200552326-Running-RStudio-Server-with-a-Proxy?mobile_site=true
However if I write my proxy using node http proxy, I get an error with "code 6 Invalid json-rpc request".
I am using express and http-proxy. Users with similar issues claim that node middleware modifies the JSON request.