Obsolete Members for sslConfiguration

The following members of QML type sslConfiguration are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.

Properties

Property Documentation

sslOptions : QList [deprecated in 6.11]

This property is deprecated since QtNetwork 6.11. We strongly advise against using it in new code.

Use sslOptionFlags instead. This property will be removed in Qt 7.

Holds the list of SslOption values, that are activated by configuration.

Warning: This property has known issues and its usage is discouraged. Specifically, it does not allow to disable an SSL option once it was enabled and can get out of sync with the underlying SSL configuration. It is kept only for source and behavior compatibility. Use sslOptionFlags property instead.

See also QSsl::SslOption and sslOptionFlags.


© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.