Discussion:
[Interest] Connection problems with QNerworkAccessManager
Roman Wüger
2018-10-08 10:35:34 UTC
Permalink
Hi,

i use Qt 5.11.1 at the moment and have some connection problems with QNetworkAccessManager.
There are no error, sslerror or finished signals emitted, but I see the traffic in Wireshark.
The problem occurs on Windows, Mac and iOS.

When I enter the url in the browser, then it is working without a problem.

Any hints?

Thanks in advance
ekke
2018-10-08 11:30:40 UTC
Permalink
have you tried 5.11.2, 5.12 Beta or 5.10.1 ?
Post by Roman Wüger
Hi,
i use Qt 5.11.1 at the moment and have some connection problems with QNetworkAccessManager.
There are no error, sslerror or finished signals emitted, but I see the traffic in Wireshark.
The problem occurs on Windows, Mac and iOS.
When I enter the url in the browser, then it is working without a problem.
Any hints?
Thanks in advance
_______________________________________________
Interest mailing list
http://lists.qt-project.org/mailman/listinfo/interest
Roman Wüger
2018-10-09 12:50:40 UTC
Permalink
Hello,

i tried it with 5.11.x versions.
The log from the server shows that the request (which is a normal GET request), I also tried POST request, is sent a multiply of 100 per second so ~= 200 requests per second until the server give up.

I use https and a htaccess restricted area, which calls my authenticationRequired() slot.

Regards
Post by ekke
have you tried 5.11.2, 5.12 Beta or 5.10.1 ?
Post by Roman Wüger
Hi,
i use Qt 5.11.1 at the moment and have some connection problems with QNetworkAccessManager.
There are no error, sslerror or finished signals emitted, but I see the traffic in Wireshark.
The problem occurs on Windows, Mac and iOS.
When I enter the url in the browser, then it is working without a problem.
Any hints?
Thanks in advance
_______________________________________________
Interest mailing list
http://lists.qt-project.org/mailman/listinfo/interest
_______________________________________________
Interest mailing list
http://lists.qt-project.org/mailman/listinfo/interest
Roman Wüger
2018-10-09 12:54:42 UTC
Permalink
I tried to copy the script outside of the htaccess restricted are, and it seems to work. Maybe it has todo with the combination of ssl and htaccess?

Regards
Post by Roman Wüger
Hello,
i tried it with 5.11.x versions.
The log from the server shows that the request (which is a normal GET request), I also tried POST request, is sent a multiply of 100 per second so ~= 200 requests per second until the server give up.
I use https and a htaccess restricted area, which calls my authenticationRequired() slot.
Regards
Post by ekke
have you tried 5.11.2, 5.12 Beta or 5.10.1 ?
Post by Roman Wüger
Hi,
i use Qt 5.11.1 at the moment and have some connection problems with QNetworkAccessManager.
There are no error, sslerror or finished signals emitted, but I see the traffic in Wireshark.
The problem occurs on Windows, Mac and iOS.
When I enter the url in the browser, then it is working without a problem.
Any hints?
Thanks in advance
_______________________________________________
Interest mailing list
http://lists.qt-project.org/mailman/listinfo/interest
_______________________________________________
Interest mailing list
http://lists.qt-project.org/mailman/listinfo/interest
_______________________________________________
Interest mailing list
http://lists.qt-project.org/mailman/listinfo/interest
Roman Wüger
2018-11-14 16:06:37 UTC
Permalink
No one?
Post by Roman Wüger
I tried to copy the script outside of the htaccess restricted are, and it seems to work. Maybe it has todo with the combination of ssl and htaccess?
Regards
Post by Roman Wüger
Hello,
i tried it with 5.11.x versions.
The log from the server shows that the request (which is a normal GET request), I also tried POST request, is sent a multiply of 100 per second so ~= 200 requests per second until the server give up.
I use https and a htaccess restricted area, which calls my authenticationRequired() slot.
Regards
Post by ekke
have you tried 5.11.2, 5.12 Beta or 5.10.1 ?
Post by Roman Wüger
Hi,
i use Qt 5.11.1 at the moment and have some connection problems with QNetworkAccessManager.
There are no error, sslerror or finished signals emitted, but I see the traffic in Wireshark.
The problem occurs on Windows, Mac and iOS.
When I enter the url in the browser, then it is working without a problem.
Any hints?
Thanks in advance
_______________________________________________
Interest mailing list
http://lists.qt-project.org/mailman/listinfo/interest
_______________________________________________
Interest mailing list
http://lists.qt-project.org/mailman/listinfo/interest
_______________________________________________
Interest mailing list
http://lists.qt-project.org/mailman/listinfo/interest
_______________________________________________
Interest mailing list
http://lists.qt-project.org/mailman/listinfo/interest
Loading...