[ 
https://issues.apache.org/jira/browse/TS-4679?focusedWorklogId=26720&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26720
 ]

ASF GitHub Bot logged work on TS-4679:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/Aug/16 01:58
            Start Date: 21/Aug/16 01:58
    Worklog Time Spent: 10m 
      Work Description: Github user jpeach commented on a diff in the pull 
request:

    https://github.com/apache/trafficserver/pull/810#discussion_r75587822
  
    --- Diff: iocore/net/SSLUtils.cc ---
    @@ -1583,7 +1583,12 @@ SSLInitServerContext(const SSLConfigParams *params, 
const ssl_user_config &sslMu
         SSL_CTX_set_default_passwd_cb_userdata(ctx, &ud);
       }
     
    -  if (sslMultCertSettings.cert) {
    +  if (!sslMultCertSettings.cert) {
    +    if (sslMultCertSettings.opt != SSLCertContext::OPT_TUNNEL) {
    --- End diff --
    
    @biilmann Can you please file a Jira for that?



Issue Time Tracking
-------------------

    Worklog Id:     (was: 26720)
    Time Spent: 1.5h  (was: 1h 20m)

> Allow ssl_multicert line to have no ssl_cert_name specified
> -----------------------------------------------------------
>
>                 Key: TS-4679
>                 URL: https://issues.apache.org/jira/browse/TS-4679
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: SSL
>            Reporter: Susan Hinrichs
>            Assignee: Susan Hinrichs
>             Fix For: 7.0.0
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> It is reasonable to not specify a ssl_cert_name if the action=tunnel is 
> specified.  As the code currently stands you must enter a dummy ssl_cert_name 
> even in the blind tunnel case because of sanity checks in the ssl_multicert 
> loading code.
> The following should be an allowable entry
> {code}
> dest_ip=10.10.10.10 action=tunnel
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to