Qt-solutions Archive, August 2006
WaitForConnected - SSL Version?
Message 1 in thread
I'm converting my existing qt application (4.0.1) from using clear text
ports to using the QtSSLSocket stuff.
My application has been calling socket->waitForConnected(), which works
great. With a qtsslsocket, it immediately returns with -1 (ie, the
method exists but it doesn't work and I got that from one of the
trolls).
So, has anyone invented a WaitForSSLConnected() method they'd like to
share?
TIA,
Charley Burns