PDA

View Full Version : QWebView weird behavior !!



gontham
21st October 2010, 08:27
Hello everybody,

I am trying to find out what's going on with QWebView when i try to load this website:
https://www.vinelink.com/

I even tried the Fancy Browser demo and it just does not load the page, it does not give any error messages.

The browser loads other secure websites like:
https://mail.google.com/mail/

Does anybody have an idea on what could the problem be with the vinelink website ?

Any help would be appreciated,
Thank you.

kokonech
21st October 2010, 14:00
Perhaps, the problem is related to SSL protocol version.
Check your ssl configuratin.
Also example HttpClient form Networking in QtDemo might be helpful for investigating this issue.