Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Can the SSL certificate check during Qt installation be disabled? I am behind a firewall and cannot install :(
Forum Updated to NodeBB v4.3 + New Features

Can the SSL certificate check during Qt installation be disabled? I am behind a firewall and cannot install :(

Scheduled Pinned Locked Moved Installation and Deployment
installation ss
2 Posts 2 Posters 2.4k Views 2 Watching
  • 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.
  • D Offline
    D Offline
    Derrick Johnson
    wrote on last edited by
    #1

    qt.network.ssl: QSslSocket: cannot resolve TLSv1_1_client_method
    qt.network.ssl: QSslSocket: cannot resolve TLSv1_2_client_method
    qt.network.ssl: QSslSocket: cannot resolve TLSv1_1_server_method
    qt.network.ssl: QSslSocket: cannot resolve TLSv1_2_server_method
    qt.network.ssl: QSslSocket: cannot resolve SSL_select_next_proto
    qt.network.ssl: QSslSocket: cannot resolve SSL_CTX_set_next_proto_select_cb
    qt.network.ssl: QSslSocket: cannot resolve SSL_get0_next_proto_negotiated
    qt.network.ssl: QSslSocket: cannot resolve EC_KEY_new_by_curve_name
    qt.network.ssl: QSslSocket: cannot resolve EC_KEY_free
    [18759] Warning: QSslSocket: cannot call unresolved function EC_KEY_new_by_curve_name
    [18759] Warning: QSslSocket: cannot call unresolved function EC_KEY_free
    [19362] Warning: LicenseManager: Ssl error: "The issuer certificate of a locally looked up certificate could not be found"
    [19362] Warning: LicenseManager: Ssl error: "The root CA certificate is not trusted for this purpose"
    [19362] Warning: LicenseManager: Ssl error: "No certificates could be verified"
    [19362] Warning: Error during sign up: [ 6 ] "SSL handshake failed"
    [19362] Warning: Unhandled connection failure: 6

    C 1 Reply Last reply
    0
    • D Derrick Johnson

      qt.network.ssl: QSslSocket: cannot resolve TLSv1_1_client_method
      qt.network.ssl: QSslSocket: cannot resolve TLSv1_2_client_method
      qt.network.ssl: QSslSocket: cannot resolve TLSv1_1_server_method
      qt.network.ssl: QSslSocket: cannot resolve TLSv1_2_server_method
      qt.network.ssl: QSslSocket: cannot resolve SSL_select_next_proto
      qt.network.ssl: QSslSocket: cannot resolve SSL_CTX_set_next_proto_select_cb
      qt.network.ssl: QSslSocket: cannot resolve SSL_get0_next_proto_negotiated
      qt.network.ssl: QSslSocket: cannot resolve EC_KEY_new_by_curve_name
      qt.network.ssl: QSslSocket: cannot resolve EC_KEY_free
      [18759] Warning: QSslSocket: cannot call unresolved function EC_KEY_new_by_curve_name
      [18759] Warning: QSslSocket: cannot call unresolved function EC_KEY_free
      [19362] Warning: LicenseManager: Ssl error: "The issuer certificate of a locally looked up certificate could not be found"
      [19362] Warning: LicenseManager: Ssl error: "The root CA certificate is not trusted for this purpose"
      [19362] Warning: LicenseManager: Ssl error: "No certificates could be verified"
      [19362] Warning: Error during sign up: [ 6 ] "SSL handshake failed"
      [19362] Warning: Unhandled connection failure: 6

      C Offline
      C Offline
      code_fodder
      wrote on last edited by
      #2

      @Derrick-Johnson When I had issues with my company firewall/ssl certificates I downloaded the offline installer and it worked fine.

      From the page: http://www.qt.io/download-open-source/, click the "view all downloads" scroll down until you see the offline installers and pick the one that you need.

      When you run the installer it looks the same (i.e. type in your username / password, but it does not need to do the ssl handshaking).

      1 Reply Last reply
      0

      • Login

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