Skip to content

Resolve "TLS unit tests fail with OpenSSL 1.1.1m"

Closes #2250 (closed).

The exceptions that I'm getting have extra explanations in parantheses e.g. No such file or directory (system library, fopen) instead of No such file or directory. I suggest you try the 1.1.1m on Linux. My guess is that it does not have those extra explanations on MacOS.

I went with checking that the expected error is contained in the received exception message in the HA tests because it was easier. And with adding the full received message in asiolink TLS tests also because it was easier.

Edited by Andrei Pavel

Merge request reports