I’m getting an error when attempting to pull data from a vendors API.
here’s the full error:
Error: write EPROTO 78BB7B63CA7F0000:error:0A000152:SSL routines:final_renegotiate:unsafe legacy renegotiation disabled:…/deps/openssl/openssl/ssl/statem/extensions.c:907:
I have very little experience in Postman and don’t know how to address this issue, the vendor was very little help and simply said they can connect via postman on their end just fine. Pushing the issue to me as an issue on my side. I’m using Postman web. Per the error it seems to me that there’s a server setting on the vendors side that is the problem. My production code runs fine making calls and getting data back from the vendor API, ONLY postman is showing this error. My prod code uses the same URL that i’m using for postman. It should also be noted that postman works for our other vendors, just not this particular one.