QSslSocket Behaviour Linux vs macOS (possibly LibreSSL incompatibilities?)
-
Any difference of macOS versions ?
Any hint from the logs on the system ?
Just in case, IIRC, since 5.10 Qt supports also OpenSSL 1.1
-
OpenSSL 1.1 requires a different backend. The 1.1 release broke API and ABI compatibility with the 1.0 release, hence you have to do a specific build of Qt or any library/application using OpenSSL.
-
OpenSSL 1.1 requires a different backend. The 1.1 release broke API and ABI compatibility with the 1.0 release, hence you have to do a specific build of Qt or any library/application using OpenSSL.
@SGaist I did a fresh macOS install using a VM and can confirm the issue is resolved in stock macOS High Sierra using XCode 9.4.1, Command Line Tools 10.1 for High Sierra and standard Qt 5.12.0 installation.
Guess I have to find some path/ssl lib or similar getting in the way on my Macbook, but this should not be any of your concern.
Again, thanks for support.
Issue solved.
-
You're welcome !
Then please mark the thread as solved using the "Topic Tools" button so other forum users may know a solution has been found :)
-
You're welcome !
Then please mark the thread as solved using the "Topic Tools" button so other forum users may know a solution has been found :)
-
Software mysteries... You may have gremlins playing with your machine ;-)