-
Notifications
You must be signed in to change notification settings - Fork 67
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
Stop using insecure option by default #81
Labels
difficulty: easy
fix is easy in difficulty
status: work in progress
Twilio or the community is in the process of implementing
type: security
known security issue
Comments
thinkingserious
added a commit
that referenced
this issue
Mar 8, 2018
thinkingserious
added a commit
that referenced
this issue
Mar 8, 2018
Fix #81: Stop using insecure option by default
Falseclock
pushed a commit
to Falseclock/php-http-client
that referenced
this issue
Jan 30, 2019
Falseclock
pushed a commit
to Falseclock/php-http-client
that referenced
this issue
Jan 30, 2019
Fix sendgrid#81: Stop using insecure option by default
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
difficulty: easy
fix is easy in difficulty
status: work in progress
Twilio or the community is in the process of implementing
type: security
known security issue
Issue Summary
Steps to Reproduce
Technical details:
Why would you disable SSL peer verification by default in a library??
At the very least people incapable of configuring their servers decently should disable security options manually. Current it's the other way around and only people randomly inspecting source code notice that you're disabling SSL security features by default...
The text was updated successfully, but these errors were encountered: