Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. certificate

    Log in to post
    • All categories
    • glob

      Unsolved SSL initialization takes >5 sec in Debug build with Qt 6.6.0
      QtWebEngine • https ssl certificate performance qt6 • • glob

      2
      0
      Votes
      2
      Posts
      50
      Views

      glob

      I've submitted a Qt bug report for this:

      https://bugreports.qt.io/browse/QTBUG-119614
      "SSL initialization is around 10 to 100 times slower in Qt 6"

    • M

      Unsolved WebAssembly: Https request with custom certificate
      Qt for WebAssembly • https ssl webassembly certificate • • Mixlu

      5
      0
      Votes
      5
      Posts
      929
      Views

      hskoglund

      Well WebAssembly is pretty strict, if you want to make https requests you need to use a proxy/bridge program that translates from websockets to http, it's installed on a PC on the same LAN as the WebAssembly PC (or on the same PC). For example you could use this one: https://github.com/novnc/websockify

    • forca

      Unsolved Qt 5.12.3 QtWebEngine + QWebPage + SSL: verify server cert on client side (picture inside)
      QtWebEngine • qtwebengine qwebpage ssl certificate server - client • • forca

      2
      0
      Votes
      2
      Posts
      1440
      Views

      Pablo J. Rogina

      @forca maybe you need to do some additional steps

      From QSslSocket documentation:

      Describes the peer verification modes for QSslSocket. The default mode is AutoVerifyPeer, which selects an appropriate mode depending on the socket's QSocket::SslMode.
      QSslSocket::QueryPeer 1
      QSslSocket will request a certificate from the peer, but does not require this certificate to be valid. This is useful when you want to display peer certificate details to the user without affecting the actual SSL handshake. This mode is the default for servers. Note: In Schannel this value acts the same as VerifyNone.

      And looking at this QWebEnginePage browser example, check the Downloading Favicons code snippet, which may help you accessing the underlying QSslSocket

    • N

      Unsolved websocket ssl certificate CA root
      General and Desktop • websocket ssl certificate ca root • • nameAlreadyInUse

      6
      0
      Votes
      6
      Posts
      4737
      Views

      SGaist

      Self-signed certificate are always the more complicated to manage (i.e. nobody trust them since no valid CA validated them)

      Sorry, I'm don't remember of such a howto...

      No, there won't be another release of Qt 5.3. The next release is 5.6.0 the first LTS of Qt 5.

    • N

      Unsolved SOLVED sslError: "The certificate is not yet valid" only on Android device
      Mobile and Embedded • android ssl certificate • • Nando

      3
      0
      Votes
      3
      Posts
      2023
      Views

      SGaist

      Hi,

      Glad you found out and thanks for sharing !

      Just a side note, you can now mark the thread as solved using the "Topic Tool" button. So there's no need to modify the title anymore.

    • H

      SSL Certificate Decrypt proplem in qml
      QML and Qt Quick • certificate qml • • halil sogut68

      6
      0
      Votes
      6
      Posts
      1983
      Views

      A

      hi , i have a problem like this, can u help me plz ?

      my code is about send mail in smtp - tls connection on port 587 , but i have problem when i use socket->startClientEncryption(); and then i have timeout error.

      plz help me about that. thank u

    • A

      Qt5 client certificate authentication
      General and Desktop • ssl certificate network • • adontz

      4
      0
      Votes
      4
      Posts
      3380
      Views

      SGaist

      You should also check the sslErrors signal

    • S

      Going to pass exam Qt Essentials
      Qt Certification • qt5 certificate skills experience • • svyatoslav911512

      1
      0
      Votes
      1
      Posts
      1335
      Views

      No one has replied

    • R

      Set ssl configuration with certificates of QNetworkRequest does not work
      General and Desktop • ssl qnetworkrequest certificate • • RogerLai

      1
      0
      Votes
      1
      Posts
      2376
      Views

      No one has replied

    • D

      [solved] Installer certificate problem
      Installation and Deployment • certificate maintenancetool ssl failed • • deleted28

      16
      0
      Votes
      16
      Posts
      10293
      Views

      D

      mcosta,

      Yes, found it - not too blind but too stupid :)
      thank you