Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Unsolved Can't load page.

    QtWebEngine
    2
    2
    230
    Loading More Posts
    • 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
      justtestingaround last edited by justtestingaround

      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 Reply Quote 0
      • P
        PSI_lbc last edited by

        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 Reply Quote 1
        • First post
          Last post