cancel
Showing results for 
Search instead for 
Did you mean: 
sand87ch
Cadet
Cadet
  • 403 Views

ApiCast deployed on AWS as docker unable to access the echoAPI on SaaS 3scale API trial version

I am trying to call an api deployed on the 3scale API SaaS platform(provided by redhat as trial).I wanted to check with the APICAST deployed outside the hosted 3scale envirnment provided by redhat which would connect to the SaaS platform I currently have(hosted by redhat trial).

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?

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Labels (1)
0 Kudos
0 Replies
Join the discussion
You must log in to join this conversation.