Uploaded image for project: 'HPCC'
  1. HPCC
  2. HPCC-20723

rowServiceSSl=true not working

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • None
    • 7.0.0
    • dafilesrv
    • None

    Description

      But when rowServiceSSL is in use

      #ifdef _USE_OPENSSL
              dedicatedRowServiceSSL = false;
      #endif
      

      should be

      #ifndef _USE_OPENSSL
              dedicatedRowServiceSSL = false;
      #endif
      

      Attachments

        Activity

          People

            jakesmith Jake Smith
            jakesmith Jake Smith
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: