Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

HTTPS Sender #602

Closed
wants to merge 26 commits into from
Closed

HTTPS Sender #602

wants to merge 26 commits into from

Commits on Mar 4, 2019

  1. add certificate pinner method in HttpSender

    Signed-off-by: Iori Yoneji <yoneji_i@worksap.co.jp>
    iori-yja committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    9ce0e90 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. add senderConfiguration option to specify the endpoint certificate

    Signed-off-by: Iori Yoneji <yoneji_i@worksap.co.jp>
    iori-yja committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    1d492c8 View commit details
    Browse the repository at this point in the history
  2. add unsafeNoopVerifier

    Signed-off-by: Iori Yoneji <yoneji_i@worksap.co.jp>
    iori-yja committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    c99e96f View commit details
    Browse the repository at this point in the history
  3. change server certificate pinning interfaces

    Signed-off-by: Iori Yoneji <yoneji_i@worksap.co.jp>
    iori-yja committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    7a02c67 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. xdock test

    Signed-off-by: Iori Yoneji <yoneji_i@worksap.co.jp>
    iori-yja committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    59b1b0f View commit details
    Browse the repository at this point in the history
  2. allow disabling certificate verification for integration test

    Signed-off-by: Iori Yoneji <yoneji_i@worksap.co.jp>
    iori-yja committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    9240b22 View commit details
    Browse the repository at this point in the history
  3. add test-purpose CA key and enforce "verification-disabling" feature …

    …with Pinning
    
    Signed-off-by: Iori Yoneji <yoneji_i@worksap.co.jp>
    iori-yja committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    81b429a View commit details
    Browse the repository at this point in the history
  4. fix crossdock checkstyle failure

    Signed-off-by: Iori YONEJI <fivo.11235813@gmail.com>
    iori-yja committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    264db82 View commit details
    Browse the repository at this point in the history
  5. re-allow to disable certificate verification

    Signed-off-by: Iori YONEJI <fivo.11235813@gmail.com>
    iori-yja committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    d5127ff View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. fix two simple typoes involving with CertPinning configuration

    Signed-off-by: Iori Yoneji <yoneji_i@worksap.co.jp>
    iori-yja committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    aec7e1e View commit details
    Browse the repository at this point in the history
  2. restrict and rename relaxation option of HTTPS cert verification in H…

    …TTPSender
    
    Signed-off-by: Iori Yoneji <yoneji_i@worksap.co.jp>
    iori-yja committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    5e9e6e1 View commit details
    Browse the repository at this point in the history
  3. remove debug code with HTTPS from HTTPSender

    Signed-off-by: Iori Yoneji <yoneji_i@worksap.co.jp>
    iori-yja committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    cdd4c79 View commit details
    Browse the repository at this point in the history
  4. add hand-check pinning verifier for self-signed certification without…

    … any trust anchor
    
    Signed-off-by: Iori Yoneji <yoneji_i@worksap.co.jp>
    iori-yja committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    9892e8d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. crossdock fix (wait for nginx proxy that waits for collector)

    Signed-off-by: Iori YONEJI <fivo.11235813@gmail.com>
    iori-yja committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    9479bb3 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. fix crossdock test avoiding ambiguous volume behavior

    Signed-off-by: Iori YONEJI <fivo.11235813@gmail.com>
    iori-yja committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    59342f1 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into tls-http-thrift

    Signed-off-by: Iori Yoneji <yoneji_i@worksap.co.jp>
    iori-yja committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    74f8ffb View commit details
    Browse the repository at this point in the history
  3. add test for HTTPSender's new feature (pinning)

    Signed-off-by: Iori Yoneji <yoneji_i@worksap.co.jp>
    iori-yja committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    da96565 View commit details
    Browse the repository at this point in the history
  4. increase crossdock timeout

    Signed-off-by: Iori Yoneji <yoneji_i@worksap.co.jp>
    iori-yja committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    386b537 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. refine comments and remove debug print as review in jaegertracing#602

    Signed-off-by: Iori Yoneji <yoneji_i@worksap.co.jp>
    iori-yja committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    a0607f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. add more careful error handling in HttpSender

    Signed-off-by: Iori Yoneji <yoneji_i@worksap.co.jp>
    iori-yja committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    bc856fd View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. print pins if pinning failed for self-signed server

    Signed-off-by: Iori Yoneji <yoneji_i@worksap.co.jp>
    iori-yja committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    8530278 View commit details
    Browse the repository at this point in the history
  2. add note for pre-generated, for-crossdock certificate and fix its conf

    Signed-off-by: Iori Yoneji <yoneji_i@worksap.co.jp>
    iori-yja committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    17b1e7b View commit details
    Browse the repository at this point in the history
  3. Log SenderException in RemoteReporter, including Trust verification

    Signed-off-by: Iori Yoneji <yoneji_i@worksap.co.jp>
    iori-yja committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    b10ab02 View commit details
    Browse the repository at this point in the history
  4. add a test "testReporterWithSenderException" for RemoteReporter

    Signed-off-by: Iori Yoneji <yoneji_i@worksap.co.jp>
    iori-yja committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    f45ed78 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. fix as review comments in pullrequestreview-232113179

    jaegertracing#602 (review)
    Signed-off-by: Iori Yoneji <yoneji_i@worksap.co.jp>
    iori-yja committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    55ac341 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. change a test case name setTLSCeritificatePinning -> sendPlainHttpWit…

    …hCertificatePinning
    
    Signed-off-by: Iori Yoneji <yoneji_i@worksap.co.jp>
    iori-yja committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    4e0a704 View commit details
    Browse the repository at this point in the history