Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. SSL disable client initiated renegotiation
Qt 6.11 is out! See what's new in the release blog

SSL disable client initiated renegotiation

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 318 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    Dear all,

    I'm trying to disable SSL client initiated renegotiation on my server application written in QT.

    I searched in the QSslConfiguration class but i didn't find anything.

    I've tried with
    SSL_CTX_set_options(ctx_hande, SSL_OP_NO_RENEGOTIATION);
    but this doesn't work (Qt 5.14, SSL 1.1.1k).

    Any idea how to do this? Thanks !

    1 Reply Last reply
    0
    • B Offline
      B Offline
      Bruno Pastore
      wrote on last edited by
      #2

      Hi all, I've the same problem... anyone found a way to disable renegotiation?

      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