I am working on a Lambda function to be deployed on AWS. Application works fine locally. But fails when deployed on AWS. When I try to generate JWT token, I am getting error.
" The SSL connection could not be established. Unable to read data from transport connection. Connection reset by peer"
I am working with Windows SDK Box.V2 - 5.7.0
There are no out bound rules that’s blocking me and curl request seems to get me some response back.
Any one face similar issue and have a suggestion I could try?