[Qt-interest] QtWebKit based browser throws SSL errors while opening https sites (windows only / v2010.01 (open source) )
Manish Chakravarty
manishchaks at gmail.com
Mon Mar 29 15:06:16 CEST 2010
Hey All,
I implemented a simple browser based on QtWebKit in C++.
Standard stuff - no big deal - The code I have is more or less similar to
the Browser example supplied with Qt.
Steps to reproduce the problem
1. Open google.com using the browser
2. Click on the "GMail" link that appears
3. I get the following errors:
*Starting C:\Documents and
Settings\Administrator\Desktop\Browser-POC\debug\Browser-POC.exe...
*
*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
*
*QWaitCondition: Destroyed while threads are still waiting*
*
*
*I do not get these errors on the Mac ( Leopard ) - these errors are only
seen on windows XP ( unsure about Windows 7/Vista ) *
Here is how I built my application
1. Downloaded Qt SDK (version: Qt SDK by Nokia v2010.01 (open source) )
2. Opened the .pro file using Qt creator and compiled it.
While I develop on the mac , my audience is mainly on Windows - so it is
essential for me that I get it running.
Any help/pointers would be appreciated!
Thanks,
Manish Chakravarty
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100329/b47a477d/attachment.html
More information about the Qt-interest-old
mailing list