Webservice with TLS 1.0

Hey guys,

i have to connect with a webservice. I tried to use the SOAP Node but it didn´t work.
Error: ....key to small....
I think, i know the problem but i didn´t find no solution.
The Webservice communicate on a TLS 1.0 Connection. Node Red and OpenSSL use the TLS1.2, correct? We can´t change the webservice. Have somoene a solution?

You really should change the webservice...

" As of June 30, 2018, all websites will need to be on TLS 1.1 or higher in order to comply with the PCI Data Security Standard (DSS)."

1 Like

I know, but i can't. It's a webservice in my company and there are about 180 connections wich have to be changed. Do you know how i have to change node red for a successful connection?

I think you can do that through the certificate settings. Check the Node.JS documentation for https

The webservice were now updated so everything works now. Thx for the support