DEV Community

Discussion on: Bye bye Postman ! Let's share your REST API calls in team, easily !

Collapse
 
hituraj profile image
Hitesh Singh

I am getting below error while posting the call

write EPROTO 1215459160:error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER:../../third_party/boringssl/src/ssl/tls_record.cc:242:

Collapse
 
ladipo profile image
Ladipo • Edited

Try to use http after your request. e.g GET localhost:3000/articles HTTP/2.0
I have the same error until i use this.

Collapse
 
naveenmohanty profile image
Naveen Mohanty

thank u

Collapse
 
monisnapjonathan profile image
Jonathan BROSSARD

Looks like it come from API you're trying to call no ?

Collapse
 
josephmhlanga6 profile image
Joseph@CST

Check if u not trying to call yr API using https when it supports http

Collapse
 
omermushtaq007 profile image
Omer Mushtaq Ahmed

thank you

Collapse
 
luiszuluaga profile image
Luis Zuluaga

Are you using https instead of http? Maybe this is the problem