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?
ssl qt qml
Evenlisle
source share