Bonjour,
Avec un certificat self signed j'ai:
Alors que j'ai bien mit:The host name did not match any of the valid hosts for this certificate
The certificate is self-signed, and untrusted
Si quelqu'un à une idée.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2 socket->ignoreSslErrors(); socket->setPeerVerifyMode(QSslSocket::VerifyNone);
Bye
Partager