POST Request 4.6.0 No Status

Hey,

i have a question. We have recently updated Knime to 4.6.0. Before that, the POST request ran flawlessly and always gave a status. Today we noticed that we no longer receive a status.

Is this a change in 4.6.0 or is this a known bug? Or is that just a problem for us?

image

Thank you

So I was able to solve the problem. Our service layer used TLS 1.2 and Kime version 4.6 doesn’t support it.

Solution: C:\Program Files\KNIME\plugins\org.knime.binary.jre.win32.x86_64_17.0.3.20220429\jre\conf\security

Customize java.security.
At jdk.tls.disabledAlgorithms the required TLS versions out.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.