I am doing SOAP requests on Wix using ‘easy-soap-request’ and have successfully gotten a response from most of the APIs I’ve tried. However, there is one that returns the error below:
Error: write EPROTO 140411639916352:error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1544:SSL alert number 40
write EPROTO 140411639916352:error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1544:SSL alert number 40
I’m not really sure what this means aside from what I’ve read on google about the error code and alert number, but since they weren’t using Wix, I couldn’t use the solutions their peers have provided. I’d love to have some help or tips on how to approach this.