AnomalyInnovations / aws-api-gateway-cli-test

A simple CLI to test API Gateway endpoints with IAM authorization
MIT License
121 stars 29 forks source link

SSL routines:ssl3_get_record:wrong version number #15

Closed ozbillwang closed 5 years ago

ozbillwang commented 5 years ago

When run apig-test, get below error.

Authenticating with User Pool
Getting temporary credentials
Making API request
^@write EPROTO 4480091584:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:252:

I have upgraded openssl to latest.

ozbillwang commented 5 years ago

successfully run in a node container.

This should be the problem in my environment only