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

DisableServerCertificateValidation: Fixes Default HttpClient to honor DisableServerCertificateValidation #4294

Commits on Feb 2, 2024

  1. DisableServerCertificateValidation: Fix ensuring that both HttpClient…

    … and DocumentClient use a consistency way
    kirankumarkolli committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    3c3e02d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da70cbb View commit details
    Browse the repository at this point in the history
  3. - Supporting the combination of both DisableServerCertificateValidati…

    …on and ServerCertificateCustomValidationCallback combination
    
    - Supporting test hook for DisableServerCertificateValidationInvocationCallback (specifically for only Disable checking)
    kirankumarkolli committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    02382fb View commit details
    Browse the repository at this point in the history
  4. Addressing comments

    kirankumarkolli committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f78efff View commit details
    Browse the repository at this point in the history
  5. Fixing a warning

    kirankumarkolli committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    bcc4345 View commit details
    Browse the repository at this point in the history
  6. Update Microsoft.Azure.Cosmos/src/CosmosClientOptions.cs

    Co-authored-by: Fabian Meiswinkel <fabian@meiswinkel.com>
    kirankumarkolli and FabianMeiswinkel authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    495669d View commit details
    Browse the repository at this point in the history
  7. Update Microsoft.Azure.Cosmos/src/CosmosClientOptions.cs

    Co-authored-by: Fabian Meiswinkel <fabian@meiswinkel.com>
    kirankumarkolli and FabianMeiswinkel authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    933718b View commit details
    Browse the repository at this point in the history
  8. Addressing commens

    kirankumarkolli committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    da97998 View commit details
    Browse the repository at this point in the history
  9. Undoing a change

    kirankumarkolli committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    fab3949 View commit details
    Browse the repository at this point in the history
  10. Fixing UT

    kirankumarkolli committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    0dced98 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cc58028 View commit details
    Browse the repository at this point in the history