Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. SLL error on Windows
QtWS25 Last Chance

SLL error on Windows

Scheduled Pinned Locked Moved General and Desktop
sslopensslwindowspysideqsslsocket
2 Posts 2 Posters 1.6k 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.
  • S Offline
    S Offline
    shackra
    wrote on last edited by shackra
    #1

    My app is throwing the following errors on windows:

    QSslSocket: cannot call unresolved function SSLv3_client_method
    QSslSocket: cannot call unresolved function SSL_CTX_new
    QSslSocket: cannot call unresolved function SSL_library_init
    QSslSocket: cannot call unresolved function ERR_get_error
    QSslSocket: cannot call unresolved function ERR_error_string
    

    I have tried following this answer in StackOverflow without success. This same error is presented in PySide as well...

    What can I do to fix this? It will work if I compile Qt statically against a OpenSSL dll for Windows (because I need to generated the PySide bindings from that compilation of Qt to get the error fixed from the bindings too)?

    1 Reply Last reply
    0
    • N Offline
      N Offline
      nejatafshar
      wrote on last edited by
      #2

      Try to install the latest OpenSSL libraries for Windows. You can find it here : https://www.openssl.org/related/binaries.html

      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