Bonjour,

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

Bye