qt6.6 network get "The credentials were not recognized "
Solved
General and Desktop
-
@lingxing Please post code as text, not pictures.
What @JonB probably means is whether you provide OpenSSL libs together with your application. You can find out if you set QT_DEBUG_PLUGINS env variable to one in the terminal where you start your app and check its output. See https://doc.qt.io/qt-6/debug.html
Also see https://doc.qt.io/qt-5/windows-requirements.html -
-