You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2012/10/10 04:44:04 UTC

[jira] [Updated] (TS-1494) sslCa should be set NULL after parseConfigLine in SSLCertLookup.cc

     [ https://issues.apache.org/jira/browse/TS-1494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-1494:
------------------------------

    Fix Version/s: 3.3.2
    
> 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
>             Fix For: 3.3.2
>
>
> 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