probleme d'authentification QNetworkAccessManager
Bonjour,
j'utilise la classe QNetworkAccessManager pour me connecter à mon serveur web qui présente un certificat signé localement avec l'outil openssl (pour des buts de test), et j'ai l'erreur suivante:
Code:
1 2 3 4
| error The host name did not match any of the valid hosts for this certificate
error The issuer certificate of a locally looked up certificate could not be found
error The root CA certificate is not trusted for this purpose
error No certificates could be verified |
comment faut il que je fasse?
merci