Samples not loading map with error: qt.network.ssl: QSslSocket::connectToHostEncrypted: TLS initialization failed
calicoder77 opened this issue · 2 comments
Good day, I've forked a local copy of the repo and tried to run a bunch of samples. It builds correctly, no errors and I've added my API key as well in main.cpp. The problem is the map doesn't load with the error: qt.network.ssl: QSslSocket::connectToHostEncrypted: TLS initialization failed
. Is there a workaround for this?
Hi @calicoder77 thanks for reaching out! It look like you may not have SSL in your build environment. You can learn more about that here on step two of our installation guide for Windows. The Qt Company recommends using OpenSSL for that. I hope that helps and don't hesitate to follow up!
Hi @calicoder77 thanks for reaching out! It look like you may not have SSL in your build environment. You can learn more about that here on step two of our installation guide for Windows. The Qt Company recommends using OpenSSL for that. I hope that helps and don't hesitate to follow up!
That was it, I ran QT maintenance tool again and saw that the OpenSSL 1.1.1g option wasn't installed. Installed it now and we're all good.
Thank you!