QtWebengine : Can't load any url
-
wrote on 20 Jul 2017, 13:04 last edited by Kart
I might be doing something really stupid here. But i am not able to load any URL other than https://www.qt.io/.
Am i missing something ?
I am using QWebEngineView in the Qt Designer.
My Qt version is 5.9.1 and QtCreator version is 4.3.0.Edits :
-
Only the qt sites are working.Now google only is not loading when i checked with some major websites. -
While running the demo browser which uses qtwebengine (5.9.1), i am getting a pop up which says,
Certificate Error : Server's certificate is signed using a weak signature algorithm
11/09/2017
- Installed libnss3-dev and did a rebuild of qtwebengine because chromium doesn't support openssl certificates. But same result.
-
-
I might be doing something really stupid here. But i am not able to load any URL other than https://www.qt.io/.
Am i missing something ?
I am using QWebEngineView in the Qt Designer.
My Qt version is 5.9.1 and QtCreator version is 4.3.0.Edits :
-
Only the qt sites are working.Now google only is not loading when i checked with some major websites. -
While running the demo browser which uses qtwebengine (5.9.1), i am getting a pop up which says,
Certificate Error : Server's certificate is signed using a weak signature algorithm
11/09/2017
- Installed libnss3-dev and did a rebuild of qtwebengine because chromium doesn't support openssl certificates. But same result.
@name_qt
can you access other websites with your system's webbrowser? -
-
@name_qt
can you access other websites with your system's webbrowser?wrote on 21 Jul 2017, 04:45 last edited by@raven-worx yes i can. I even installed Chromium and checked. It is opening up all the other websites.
-
wrote on 21 Jul 2017, 07:55 last edited by
I was able to find the issue. It was due to SSL certficate mismatch or something. I am not sure how to solve the issue.
-
wrote on 6 Sept 2017, 05:39 last edited byThis post is deleted!
-
wrote on 6 Sept 2017, 05:51 last edited by
You try with QWebView with argument as the string of url
-
You try with QWebView with argument as the string of url
wrote on 6 Sept 2017, 06:25 last edited byHi @yellowlemontree2014 , is there any difference in doing what you said and using qtdesigner ?
-
wrote on 12 Sept 2017, 04:51 last edited by Kart 9 Dec 2017, 11:49
Solution :
Rebuild the qt with libnss. The latest versions of chromium doesn't work properly with openssl.