qsslsocket Questions

2

Solved

I am moving some sockets from main thread to worker thread and processing readyRead(), close(), write() etc. on the new thread. Rarely I see below dangerous warning: "QSocketNotifier: Sock...
Escudo asked 1/2, 2020 at 17:59

5

Solved

I am running Qt 5.7.1 (MSVC 2015, 32 bit) with Qt Creator 4.2.0. I have a problem with QSslSocket. I am getting the following errors: qt.network.ssl: QSslSocket: cannot call unresolved function SS...
Accusative asked 25/1, 2017 at 17:27

1

I am trying to achieve a signal when the internet is disconnected for an already connected SSL socket. Here is the way I have derived the QSslSocket: struct CloudSSL::Socket : public QSslSocket { ...
Grith asked 28/6, 2017 at 12:55

4

Solved

I have noticed this output in two of my Qt applications that use QNetworkRequest to load some data from outside over QNeworkRequest : QSslSocket: cannot resolve TLSv1_1_client_method QSslSocket: c...
Schoenfeld asked 14/10, 2014 at 12:44

1

Solved

I have a Client-Server application that was working with QTcpSocket. Now I would like to use an encrypted SSL connection instead, therefore I tried to switch to QSslSocket. But I can't establish a ...
Blameful asked 18/10, 2015 at 13:19

1

I'm trying to develop a program that can connect to google map and get the map by using google map GPS parameters. so i have one problem , when i compile the code and click the run button i see the...
Mazel asked 4/6, 2014 at 15:8

1

Solved

I have created a sslclient and sslserver using QSslSocket in Qt 5.4.1 in debian wheezy. When I run the program they dont work at all. After debuging my code I saw when it try to create a new object...
Rabies asked 27/5, 2015 at 5:14

1

Solved

I'm trying to build PyQt5 with SSL support but, until now, I have no success at all. What I have done: Rebuild Qt with OpenSSL Support: OK configure.exe -static -debug-and-release -opensource -...
Stratigraphy asked 10/12, 2014 at 2:9

1

Solved

Is it possible to create a new QSslSocket and for it to take ownership over the existing TCP connection, and the old QTcpSocket to be discarded, without interrupting or closing the TCP connection? ...
Nora asked 10/1, 2013 at 12:31
1

© 2022 - 2025 — McMap. All rights reserved.