79670635

Date: 2025-06-18 12:33:55
Score: 1.5
Natty:
Report link

Finally got it working... hurray

First of, thank you for the answer and comments.

The line that did the trick is:

sslConfiguration.setCaCertificates(QSslCertificate::fromPath("./crt/ca_bundle.crt"));

* Whilst commenting out

sslConfiguration.setLocalCertificateChain(QSslCertificate::fromPath("./crt/certificate.crt", QSsl::Pem));

Yaay.

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: 1138