Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. QWebEnginePage unable to connect HTTPS server

QWebEnginePage unable to connect HTTPS server

Scheduled Pinned Locked Moved QtWebEngine
qt5.5qwebengineqwebengineviewqt5
1 Posts 1 Posters 1.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    han_123
    wrote on 28 Jul 2015, 08:14 last edited by han_123
    #1

    Hello,

    I'm facing a problem with QWebEnginePage::load(const QUrl &url), somehow this function is unable to load a web page from my http server with SSL.

    The HTTP server is written using Qt4 with openSSL supported and this server is tested across all the major browser (i.e. IE, FF, Chrome, Safari, Opera) as well as Qt4 & Qt5's webkit.

    For the QWebEnginePage, it tested working if I use XAMPP for hosting the content. However, when I try to use my own HTTP server, which mentioning above, it is not working anymore for QWebEnginePage. I'm using Qt5.5 and Windows 8.1 Pro.

    Symptoms

    1. QWebEnginePage::certificateError(const QWebEngineCertificateError &certificateError) is not triggered when using my http server but triggered when using XAMPP. The authenticationRequired(const QUrl &, QAuthenticator* ) signal behave the same.
    2. The connection between QWebEnginePage and my http server is confirmed working. However, there is no readyRead() signal being emitted in my http server; whereas, this readyRead() signal is emitted when I was accessing using browser or using my application created with Qt4 or Qt5 webkit.
    3. If I dropping SSL support, there is no issue between QWebEnginePage and my http server. However, I required the SSL support.
    1 Reply Last reply
    0

    1/1

    28 Jul 2015, 08:14

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved