Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-6179

document how to make SSL server example

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P3: Somewhat important
    • None
    • None
    • Documentation
    • None

    Description

      since this has been asked quite often, we should document how to make a SSL server with QSslSocket; especially document that it is necessary to do something like (tid 259068):
      ----------------
      serverSocket->setPrivateKey("../rsa/server.key");
      serverSocket->setLocalCertificate("../rsa/server.pem");
      ----------------

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            tpochep Timur Pocheptsov
            phartman Peter Hartmann (closed Nokia identity) (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes