Why is QsslSocket working with Qt 5.3 but not Qt 5.7 on Debian Stretch?

前端 未结 6 1730
野趣味
野趣味 2021-01-01 09:46

I have an app that uses the QWebSocket class but not SSL. It works fine when I execute a version compiled with Qt 5.3 but a Qt 5.7 executable freezes on the following warnin

6条回答
  •  余生分开走
    2021-01-01 10:24

    I had the same problem on a debian stretch server. I fixed it with the help of 7hibaults comment.

    Running the following command fixed the problem for me:

    sudo apt-get install libssl1.0-dev
    

提交回复
热议问题