Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. WebView 6.3.2 and https
Forum Updated to NodeBB v4.3 + New Features

WebView 6.3.2 and https

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 1 Posters 180 Views 1 Watching
  • 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.
  • mistralegnaM Offline
    mistralegnaM Offline
    mistralegna
    wrote on last edited by
    #1

    Hi everyone,

    I'm using Qt 6.3.2 with a very small example of a WebView, trying to load "https://www.google.fr" or any other website using https.
    Everytime, I get:

    qml: Webview: net::ERR_TIMED_OUT

    The example I use is very minimalistic:

    WebView {
            width: 640
            height: 480
            url: "https://www.google.fr"
            onLoadingChanged: function (webViewLoadRequest) {
                console.log("Webview: " + webViewLoadRequest.errorString)
                console.log("Webview: " + webViewLoadRequest.status)
                console.log("Webview: " + webViewLoadRequest.url)
            }
        }
    

    Thee minibrowser example from Qt also doesn't work with websites using https.

    I thought it was because of my OpenSSL libs, so I pasted the OpenSSL libs provided by Qt (in the MaintenanceTool) in the release folder, but it still doesn't work. I'm using the version 1.1.1j of the SSL libs (libcrypto and libssl).

    Would someone know what I need to do to make the WebView with websites using https?

    1 Reply Last reply
    0
    • mistralegnaM Offline
      mistralegnaM Offline
      mistralegna
      wrote on last edited by
      #2

      Hello again,

      Does anyone have any clue about this issue? Is it a known issue?

      1 Reply Last reply
      0

      • Login

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