Results 1 to 2 of 2

Thread: cannot call unresolved function SSLv23_client_method

  1. #1
    Join Date
    Sep 2015
    Posts
    6
    Platforms
    Windows

    Default cannot call unresolved function SSLv23_client_method

    When I open a HTTPS url with QWebView I get the following warnings at runtime from QT console window:

    qt.network.ssl: QSslSocket: cannot call unresolved function SSLv23_client_method
    qt.network.ssl: QSslSocket: cannot call unresolved function SSL_CTX_new
    qt.network.ssl: QSslSocket: cannot call unresolved function SSL_library_init
    qt.network.ssl: QSslSocket: cannot call unresolved function ERR_get_error
    qt.network.ssl: QSslSocket: cannot call unresolved function ERR_get_error
    I did this but I've already those dlls in my QT installation folder. I tried copy them to my system32 folder but didn't solve either. How can I fix this?

    I'm calling using this code:
    Qt Code:
    1. QString url = "https://microsoft.com/";
    2. ui->webView->load(QUrl(url));
    To copy to clipboard, switch view to plain text mode 

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: cannot call unresolved function SSLv23_client_method

    You have not deployed the OpenSSL DLLs to enable the Qt libraries to use SSL

Similar Threads

  1. Replies: 2
    Last Post: 2nd December 2013, 04:43
  2. Replies: 4
    Last Post: 2nd August 2012, 07:42
  3. Replies: 3
    Last Post: 29th April 2011, 09:13
  4. Replies: 5
    Last Post: 24th November 2010, 08:38
  5. function call
    By Walsi in forum Qt Programming
    Replies: 3
    Last Post: 12th June 2007, 09:13

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.