Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Help: TLS 1.3 Support in Qt 5.12.12 for iOS
Forum Update on Monday, May 27th 2025

Help: TLS 1.3 Support in Qt 5.12.12 for iOS

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 64 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    CellCS
    wrote 25 days ago last edited by
    #1

    I tried with

    sslConfig = QSslConfiguration::defaultConfiguration();
    sslConfig.setProtocol(QSsl::TlsV1_3OrLater);
    

    But can not connect with TLS1.3 API server.

    Thanks for your help and suggestions.

    1 Reply Last reply
    0
    • J Offline
      J Offline
      jeremy_k
      wrote 24 days ago last edited by
      #2

      Qt 5 on macOS didn't support TLS 1.3 in the prebuilt QtNetwork.framework. The underlying platform facility, secure transport, stopped development with TLS 1.2. This could be worked around by rebuilding Qt to use OpenSSL instead.

      I haven't used Qt on iOS, or even examined the source. My mostly unfounded guess is that a similar if not identical situation applies.

      Asking a question about code? http://eel.is/iso-c++/testcase/

      1 Reply Last reply
      0

      2/2

      29 Apr 2025, 09:00

      • Login

      • Login or register to search.
      2 out of 2
      • First post
        2/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved