qt6.6 network get "The credentials were not recognized "
-
the situation is blow:
- the error occur on a few compture,and always happen。the error happen don't relate to which url i request。every 'https request' will lead to the error。
-
i only use this code (getrequest.cpp),no other code to set up ssl。
do i neet to set up ssl by myself?@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 -
i only use this code (getrequest.cpp),no other code to set up ssl。
do i neet to set up ssl by myself? -
@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 -
@jsulm yes,i have libcrypto-3-x64.dll with my application together。because one sdk depend it。 this make effect for my qt application?
-
something,the problem not happen on sdk qt6.4.3。
before i use qt6.4.3 for a long tome,when i update sdk to 6.6.0,meet the problem。 -
-