You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/07/09 20:39:06 UTC

[jira] [Commented] (TS-3534) Wiretracing for SSL connections

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

ASF GitHub Bot commented on TS-3534:
------------------------------------

GitHub user ericcarlschwartz opened a pull request:

    https://github.com/apache/trafficserver/pull/246

    TS-3534 Wiretracing SSL Connections

    Initial Commit
    
    TS-3534 Cleanup before PR
    
    remove tcp_info traces
    
    fix sni server name
    
    update rand mechanism and update ssl_server_name
    
    make ssl traces clearer

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

    $ git pull https://github.com/ericcarlschwartz/trafficserver TS-3534

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

    https://github.com/apache/trafficserver/pull/246.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 #246
    
----
commit b79b3d369dd763d1f8442d2240d47fbbf13abfd2
Author: es <es...@yahoo-inc.com>
Date:   2014-10-02T19:27:56Z

    TS-3534 Wiretracing SSL Connections
    
    Initial Commit
    
    TS-3534 Cleanup before PR
    
    remove tcp_info traces
    
    fix sni server name
    
    update rand mechanism and update ssl_server_name
    
    make ssl traces clearer

----


> Wiretracing for SSL connections
> -------------------------------
>
>                 Key: TS-3534
>                 URL: https://issues.apache.org/jira/browse/TS-3534
>             Project: Traffic Server
>          Issue Type: New Feature
>          Components: Logging, Tools
>            Reporter: Eric Schwartz
>            Assignee: Eric Schwartz
>             Fix For: 6.1.0
>
>
> Opening a ticket for discussion of the wiretracing change I made on our internal version of ATS.
> The change allows for tracing requests through ATS for: a small percentage of traffic, traffic from a certain IP and/or traffic to a specific origin. These settings can be combined.
> The main updates are to SSLNetVConnection and UnixNetVConnection (adding the trace logic) and to the Logging APIs (to add the special trace logs). One change is made to HttpSM to allow client and server traces to be associated with one another.
> [~dcarlin] has some notes from the summit on the initial discussion.
> I'll add a pull request with actual code for people to look at shortly.



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