Uploaded image for project: 'Nuxeo Drive '
  1. Nuxeo Drive
  2. NXDRIVE-1601

Ensure SSL support when packaged

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 4.0.4
    • Fix Version/s: 4.1.1
    • Component/s: Framework
    • Tags:
    • Sprint:
      nxDrive 11.1.6
    • Story Points:
      0

      Description

      In commandline.py, we have this code:

              if QSslSocket:
                  has_ssl_support = QSslSocket.supportsSsl()
                  log.info(f"SSL support: {has_ssl_support!r}")
                  if not has_ssl_support:
                      options.ca_bundle = None
                      options.ssl_no_verify = True
      

      It is fine as is but we should enhance it to quit Drive if there is no SSL support when Drive is packaged, meaning there was an error at the packaging level.

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:

                Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 15 minutes
                15m