QML Image: SSL handshake failed

I have a QML image object with a source pointing to an https server that I control, the server has a self-signed CA certificate.

Is there some kind of global SSL configuration where I can trust my self-signed certificate? I know that it is possible to set SslConfiguration when executing a request through Qt in C ++, but how to do it if I make a request (implicitly) through QML?

+8
ssl qt qml
source share

No one has answered this question yet.

See related questions:

381
Solution javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed Error?
26
How to make Python requests trust a self-signed SSL certificate?
7
Getting SmtpClient to work with a self-signed SSL certificate
3
IOS SSL Server Certificate Not Supported
2
Problem while connecting SSL to SQL Server
one
SSL Verification Exception: Fatal Alert Handshake Failure
one
SSL Certificate Confirmation
one
Qt SSL: confirmation message failed for requests made from QML
0
QSnetworkAccessManager ssl connection failure
0
QML WebView, iOS and self-signed ssl certificate

All Articles