-
Notifications
You must be signed in to change notification settings - Fork 330
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 ability to send https requests without SSL verification #486
Comments
Thank you for raising the issue. This is definitely a useful feature. |
can you assign me this issue? |
@nilaygit-10721 We do not assign any issues. Anyone can work on the issue and submit a PR. |
@ashitaprasad i would love to work on this since i myself faced this issue while working on adding codgen for hyper. |
@Clasherzz Can you share how the custom client will look in this thread. |
Sure thing @ashitaprasad i have tested this client on https://expired.badssl.com/ and received the html i saw on the site as response body
|
@Clasherzz What about multipart request? |
Tell us about the task you want to perform and are unable to do so because the feature is not available
Unable to send https requests to servers that don't have certificates, such as local IP addresses
Describe the solution/feature you'd like us to add
Add function for curl request to be sent with the -k option, ignoring the certificate verification step
The text was updated successfully, but these errors were encountered: