-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
This should be an option per account.
The here: https://stackoverflow.com/questions/35577243/access-and-read-html-php-page-by-https-request-by-qml-js-behind-htaccess-apache2
#include <QSslConfiguration>
#include <QSslSocket>
QSslConfiguration config = QSslConfiguration::defaultConfiguration();
config.setPeerVerifyMode(QSslSocket::VerifyNone);
QSslConfiguration::setDefaultConfiguration(config);`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request