Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Qwebkit links with .org do not work - SOLVED
QtWS25 Last Chance

Qwebkit links with .org do not work - SOLVED

Scheduled Pinned Locked Moved Qt WebKit
qt5.4qwebkitqwebpagewindows desktop
4 Posts 1 Posters 2.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.
  • U Offline
    U Offline
    UKBasedUser
    wrote on last edited by UKBasedUser
    #1

    Hi All,

    I have a strange issue. I use Qwebkit and subclassed QWebPage. Any links such as .co.uk work fine but .org do not. They work on the development machine Windows 8 and Windows 7 if the QT environment is on that machine. I use the deployment method of:

    set PATH=C:\Qt\5.4\mingw491_32\bin;%PATH%

    then

    C:\Qt\5.4\mingw491_32\bin\windeployqt.exe --webkit2 --dir C:\pathToApp C:\pathToApp\applicationName.exe

    Note that if I set a link to someDomainNameHere.co.uk it will work if I set a link to someDomainNameHere.org it will not work Likewise with .gov.uk as well I see to remember

    Totally confused! How do I start to debug that? The same application and links works on a Mac without the QT environment.

    Thx in advance.

    1 Reply Last reply
    0
    • U Offline
      U Offline
      UKBasedUser
      wrote on last edited by
      #2

      Using Burpsuite as a proxy I can see that clicking on the .org domain link on a machine that does not work shows that no effect happens but a .co.uk domain does show the requests.

      Very strange!

      1 Reply Last reply
      0
      • U Offline
        U Offline
        UKBasedUser
        wrote on last edited by
        #3

        Definitely related to ssl but not sure why it works on some machines and not others. I need to set the ignore ssl errors or something like that. Will post back later if I have the answer. Where is the ignore ssl errors set?

        1 Reply Last reply
        0
        • U Offline
          U Offline
          UKBasedUser
          wrote on last edited by
          #4

          Solved from https://forum.qt.io/topic/17139/solved-how-to-use-ssl-support-without-manualy-building-qt-libraries/6

          added CONFIG += openssl-linked
          copied from the QtSdk the (MingW) libeay32.dll and ssleay32.dll in the same folder as the executable

          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