Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tlsNoVerifyHosts to disable TLS verification for certain hosts #3057

Merged
merged 13 commits into from
Sep 22, 2020

Commits on Sep 11, 2020

  1. Add IgnoreHostsTrustManager

    Tuan Le committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    6415a17 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Test

    Tuan Le committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    60c34c1 View commit details
    Browse the repository at this point in the history
  2. Use a mock SSLEngine

    Tuan Le committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    5f5e8f7 View commit details
    Browse the repository at this point in the history
  3. Fix

    Tuan Le committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    2b511b9 View commit details
    Browse the repository at this point in the history
  4. Fix

    Tuan Le committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    12713c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Use ServerExtension

    Tuan Le committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    93d324a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2020

  1. Review

    Tuan Le committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    3bd2e8d View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Clean up nits

    ikhoon committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    beb97dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2de30e7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'tls-no-verify-hosts' of github.com:tumile/armeria into …

    …tls-no-verify-hosts
    Tuan Le committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    62c89ed View commit details
    Browse the repository at this point in the history
  4. Add license

    Tuan Le committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    84c55ab View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Remove invalid reference

    minwoox committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    17d5e52 View commit details
    Browse the repository at this point in the history
  2. Address the comments by @trustin

    minwoox committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    c3abb87 View commit details
    Browse the repository at this point in the history