Ethan Lai created TS-1494:
-----------------------------

             Summary: sslCa should be set NULL after parseConfigLine in 
SSLCertLookup.cc
                 Key: TS-1494
                 URL: https://issues.apache.org/jira/browse/TS-1494
             Project: Traffic Server
          Issue Type: Bug
          Components: SSL
    Affects Versions: 3.2.0
         Environment: CentOS 6
            Reporter: Ethan Lai
            Priority: Minor


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


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to