PDA

View Full Version : Html page Display in QWebView



Tavit
7th December 2009, 16:50
Hi guys,
I am doing small web application with user authntications, I am sending http request and getting response contains https page..but that response i want to display in QWebView it's showing the following errors..


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


Please Help me out..


Thanks & regards,
Tavit.

Tavit
20th December 2009, 08:53
Hi guys,

I got the solution...


Thanks.
regards,
Tavi.

baluk
1st July 2010, 09:50
Hi Tavit,

I am a newbie and am getting the same errors as you got when rendering the https pages. Can you post the solution how you have overcome the problem. I would be greatful for the reply.

Regads,

Balu

hvitual
3rd July 2010, 03:51
Because your system haven't supported OpenSSL.

I don't know what OS you is using.

If you is using Linux OS, and ready install Qt 4.6, you don't meet this problem.

If you is using Windows OS, you have to install OpenSSL.

baluk
10th July 2010, 16:39
Yes, I got the solution. Thank you for the reply. I just imported the SSLs
ocket header in my project and it worked very fine.