Hello,

What about authentication? QTcpSocket has proxyAuthenticationRequired signal.

But QTcpServer does not. Am I right that the only way is to provide user/password in QNetworkProxy in a call to QTcpServer::setProxy?


On 2/25/2023 8:50 PM, Thiago Macieira wrote:
On Saturday, 25 February 2023 07:17:39 PST Alexander Dyagilev wrote:
Hello,

I can't understand it. Are there really proxies supporting such a mode?
Yes, SOCKS proxies for example.

I.e. QTcpServer tells a proxy to start listening on some specific port
and redirect incoming connections to QTcpServer?
Yes.


_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to