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. Can't load page.
QtWS25 Last Chance

Can't load page.

Scheduled Pinned Locked Moved Unsolved QtWebEngine
2 Posts 2 Posters 387 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.
  • J Offline
    J Offline
    justtestingaround
    wrote on last edited by justtestingaround
    #1

    Hi,

    First of all, this is my first post here. Hopefully it's in the right category.
    For my company we're looking for a wrapper to run our Unity WebGL build in. We want to do specific things you can't with a regular browser.

    Upon download QT creator and starting their nano browser example, i browsed to our Unity project.
    However, I get multiple errors and I honestly have no clue where to start searching for this issue.

    Below is a part of the error log:
    Annotation 2020-01-28 164328.jpg
    I have hiden the address to our servers etc since i'm not sure if my company agrees with posting all of that online. But that's only the address its connecting to. So that shouldnt be needed I guess?

    Any help/direction to start looking is appreciated. If you need any more info just let me know. I will do my best to deliver it.

    Thanks in advance!

    1 Reply Last reply
    0
    • P Offline
      P Offline
      PSI_lbc
      wrote on last edited by
      #2

      There's a line in the error log with... "source: https://"
      Are you browsing to a secure webpage?
      Do you have SSL installed?

        if ( QSslSocket::supportsSsl() )
        {
          qDebug() << "SSL support found" ;
          qDebug() << "SSL lib build: " << QSslSocket::sslLibraryBuildVersionString();
          qDebug() << "SSL lib version: " << QSslSocket::sslLibraryVersionString() ;
        }
        else
          qDebug() << "SSL support NOT found" ;
      
      
      1 Reply Last reply
      1

      • Login

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