Uploaded image for project: 'Traffic Server'
  1. Traffic Server
  2. TS-1494

sslCa should be set NULL after parseConfigLine in SSLCertLookup.cc

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.2.0
    • 3.3.2
    • SSL
    • None
    • CentOS 6

    Description

      If previous configs in ssl_multicert.config have ssl_ca_name set, but the following lines do NOT set it, traffic.out will report:
      Server

      {0x2af9b5591680}

      ERROR: SSL ERROR: Cannot use server certificate chain file: <proxy.config.ssl.client.CA.cert.path>

      Patches:
      — iocore/net/SSLCertLookup.cc.orig 2012-09-24 16:21:57.000000000 +0800
      +++ iocore/net/SSLCertLookup.cc 2012-09-24 16:43:05.000000000 +0800
      @@ -249,6 +249,7 @@ SSLCertLookup::buildTable()
      ats_free(addr);
      addr = NULL;
      sslCert = NULL;
      + sslCa = NULL;
      priKey = NULL;
      }
      } // else

      Attachments

        1. sslCa_SetNull.patch
          0.4 kB
          Ethan Lai

        Activity

          People

            jamespeach James Peach
            yzlai Ethan Lai
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: