Strange, adding:
Qt Code:
serverSocket->setProtocol( QSsl::AnyProtocol );To copy to clipboard, switch view to plain text mode
.. makes it work. Odd, as it never emits any errors, but obviously there are some with one of the protocols.
Strange, adding:
Qt Code:
serverSocket->setProtocol( QSsl::AnyProtocol );To copy to clipboard, switch view to plain text mode
.. makes it work. Odd, as it never emits any errors, but obviously there are some with one of the protocols.
Bookmarks