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. Query regarding how QWebengine stores cache file internally and how it fetches certificate authorities(CA) during https request

Query regarding how QWebengine stores cache file internally and how it fetches certificate authorities(CA) during https request

Scheduled Pinned Locked Moved Unsolved QtWebEngine
1 Posts 1 Posters 219 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.
  • R Offline
    R Offline
    Rajesh P
    wrote on last edited by
    #1

    In my project, I have webengine instance running and I am trying to do https requests for different applications means I have only one instance of webengine but different applications are using the same instance. Hence if I am adding a root CA certificate to validate the HTTPS URL for one application others also have the same access, So And one more scenario now even after removing the certificate, I am able to access the HTTPS URL, this should not be the case. Hence I am thinking that someplace the certificate is being cached and being utilized while accessing the same HTTPS URL.

    I have tried disabling QML_DISABLE_DISK_CACHE, clearComponentCache() and clearHttpCache().

    Does anyone know how QWebengine fetches certificates from NSSDB and stores? how we store the certificate in QMLand cache and fetch?

    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