Skip to content

feat: Add support for insecureSkipVerify - #238

Closed
pimterry wants to merge 5 commits into
Kong:masterfrom
httptoolkit:insecure
Closed

feat: Add support for insecureSkipVerify#238
pimterry wants to merge 5 commits into
Kong:masterfrom
httptoolkit:insecure

Conversation

@pimterry

Copy link
Copy Markdown
Contributor

This fixes#110 by:

  • Removing http.verify_mode = OpenSSL::SSL::VERIFY_NONE from the default Ruby output
  • Adding a new insecureSkipVerify option to Ruby, curl, Go, Python and Node which optionally disables certificate verification in the generated snippets

@dimitropoulosdimitropoulos changed the title Add support for insecureSkipVerifyfeat: Add support for insecureSkipVerifyJul 13, 2022
@dimitropoulosdimitropoulos added the improvement improvement label Jul 13, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvementimprovement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OpenSSL verify should not be set to NONE

2 participants

@pimterry@dimitropoulos