Got an interesting issue that I am trying to track down. Our application
talks to our web server through “https” which uses SSL at some point. We
are using Qt 6.7 and Qt 6.8 on macOS (where this problem is occurring). If
I build and run from my IDE (CLion) everything works just fine. When I
create the final deployable .app package and then try the same operation I
get the “TLS Initialization Failed”.

I have looked in the .app package at the Plugins folder which does contain
the “tls” subdirectory and there are 3 libraries inside that folder. Adding
these 3 plugins solved the issue on the other platforms (Linux and Windows)
but macOS I guess is missing something “special”. Anyone have any ideas
what special sauce I need for my macOS package? We are using the Qt
binaries downloaded from Qt.io. Feel like I’m missing an openssl library
maybe?

I’ve tested on both ARM64 and x64 systems running macOS 14.7.4.

Thanks for any help.
--
Mike Jackson                    mike.jack...@bluequartz.net
BlueQuartz Software         www.bluequartz.net
President/Owner               Dayton, Ohio
Principal DREAM.3D Developer
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to