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

fix: [CURLRequest] skip hostname checks if options 'verify' false #8258

Merged

Commits on Nov 28, 2023

  1. add: skip hostname checks if CURLRequest options 'verify' is set to f…

    …alse.
    
    When CURLRequest options 'verify' is set to false, some CURLOPT_SSL_... options should be disabled in such a way as to allow requests to pass through in case the destination is for example on private networks.
    
    Avoids SSL errors: SSL: certificate subject name 'CA' does not match target host name 'localhost'
    NicolaeIotu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    7e7821b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3685232 View commit details
    Browse the repository at this point in the history
  3. fix: CURLOPT_SSL_VERIFYPEER values and tests related with CURLOPT_SSL…

    …_VERIFYPEER and CURLOPT_SSL_VERIFYHOST
    NicolaeIotu committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e159bfd View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. recreate fix: CURLOPT_SSL_VERIFYPEER values and tests related with CU…

    …RLOPT_SSL_VERIFYPEER and CURLOPT_SSL_VERIFYHOST
    NicolaeIotu committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    e601954 View commit details
    Browse the repository at this point in the history
  2. Updated Bugs and Breaking sections

    Revert to ['verify'] instead of
    NicolaeIotu committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    f8dd0b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25b6d40 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Update user_guide_src/source/changelogs/v4.4.4.rst

    Co-authored-by: Michal Sniatala <michal@sniatala.pl>
    NicolaeIotu and michalsn authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ab25092 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6df07b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfb9ab4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b4482c View commit details
    Browse the repository at this point in the history