[ 
https://issues.apache.org/jira/browse/TC-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16119289#comment-16119289
 ] 

ASF GitHub Bot commented on TC-187:
-----------------------------------

Github user zhilhuan commented on a diff in the pull request:

    
https://github.com/apache/incubator-trafficcontrol/pull/360#discussion_r132073405
  
    --- Diff: traffic_ops/app/lib/UI/DeliveryService.pm ---
    @@ -846,8 +842,11 @@ sub update {
                        $hash{http_bypass_fqdn} = 
$self->param('ds.http_bypass_fqdn');
                }
     
    +           my $upd_ssl = 0;
                #print Dumper( \%hash );
                my $update = $self->db->resultset('Deliveryservice')->find( { 
id => $id } );
    +           $upd_ssl = 1 if $update->xml_id ne $hash{xml_id};
    --- End diff --
    
    OK, will remove this line


> Update delivery service makes SSL keys invalid
> ----------------------------------------------
>
>                 Key: TC-187
>                 URL: https://issues.apache.org/jira/browse/TC-187
>             Project: Traffic Control
>          Issue Type: Bug
>          Components: Traffic Ops
>            Reporter: Zhilin Huang
>            Assignee: Zhilin Huang
>              Labels: ssl, xml-id
>
> Modify xml-id or subdomain in a https delivery service will make existing SSL 
> keys invalid.
> And there is problem to generate keys if using "http and https" together with 
> 1 host_regex, and 1 path_regex.
> BTW, the certificate returned by RESTful API is not consistent with that GUI.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to