[Interest] QTcpServer::setProxy meaning?

Alexander Dyagilev alervdvcw at gmail.com
Thu Apr 20 17:14:41 CEST 2023


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 at qt-project.org
> https://lists.qt-project.org/listinfo/interest


More information about the Interest mailing list