You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by dg4prez <gi...@git.apache.org> on 2017/05/08 00:37:12 UTC

[GitHub] incubator-trafficcontrol pull request #552: Remove ccr and steering certific...

GitHub user dg4prez opened a pull request:

    https://github.com/apache/incubator-trafficcontrol/pull/552

    Remove ccr and steering certificates from ssl_multicert

    Removes the ccr certs and steering services from the ssl_multicert file.  This was causing issues with edges downloading ccr certificates they should not have been.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dg4prez/incubator-trafficcontrol remove_ccr_certs

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafficcontrol/pull/552.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #552
    
----
commit 28d9b5b0ceba0acacd4ba127f3f4bff73680c9c6
Author: Derek Gelinas <de...@cable.comcast.com>
Date:   2017-05-08T00:32:01Z

    remove steering and ccr ssl from ssl_multicert.config

commit f398bf6aea9ec246ed2cd96f85cfdd76ecd88460
Author: Derek Gelinas <de...@cable.comcast.com>
Date:   2017-05-08T00:34:25Z

    remove stderr

commit ae9b0253a7e369e5a5ae2a8249f0407bb11dde57
Author: Derek Gelinas <de...@cable.comcast.com>
Date:   2017-05-08T00:36:30Z

    still more dumper stuff

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafficcontrol pull request #552: [TC-272] Remove ccr and steering...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-trafficcontrol/pull/552


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafficcontrol pull request #552: [TC-272] Remove ccr and steering...

Posted by mtorluemke <gi...@git.apache.org>.
Github user mtorluemke commented on a diff in the pull request:

    https://github.com/apache/incubator-trafficcontrol/pull/552#discussion_r115272927
  
    --- Diff: traffic_ops/app/lib/API/Configs/ApacheTrafficServer.pm ---
    @@ -1470,6 +1473,9 @@ sub ssl_multicert_dot_config {
     
     		#first one is the one we want
     		my $hostname = $example_urls[0];
    +		if ( $hostname =~ /ccr/ ) {
    --- End diff --
    
    default string for open source builds is 'tr'


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---