However to do this i have deployed the docker on my AWS using the following command
docker run --name apicast --rm -p 443:8080 -e THREESCALE_PORTAL_ENDPOINT=https://<ACCESS_TOKEN>@<3SCALE_MNGMT_ROUTE> registry.redhat.io/3scale-amp2/apicast-gateway-rhel8:3scale2.9
where access token=token I generated on 3scale.I have then published the changes in my 3scale api and hence get a curl to call the api.The curl is as below
curl --location --request GET 'https://xx.xxx.xxx.xxx:443/?user_key=26e02debe99f54eb05b39f518679adfc' \
--header 'Authorization: Basic 068a341beba0f2076857301ad78d09935d83480df1647a989f6bc40b2cdrt'
However when i make the call using postman I get the following error
Error: write EPROTO 62200712:error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER:../../../../src/third_party/boringssl/src/ssl/
Though i have set up https in the backend and product in 3scale api SaaS portal.
Can anyone please guide as to what can i do to fix this?
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.