-
Notifications
You must be signed in to change notification settings - Fork 68
feat: Allows for a user to utilize self-signed certificates #101
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #101 +/- ##
==========================================
+ Coverage 84.7% 85.14% +0.43%
==========================================
Files 3 3
Lines 170 175 +5
==========================================
+ Hits 144 149 +5
Misses 26 26
Continue to review full report at Codecov.
|
Follow up from my PR in php-http-client (sendgrid/php-http-client#101)
Thanks @davcpas1234! This one is our backlog for a code review. |
* | ||
* @return Client | ||
*/ | ||
public function setVerifySSLCerts($verifySSLCerts) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It only has the setVerifySSLCerts
method.
Do we need to add the getVerifySSLCerts
method?
I think we have this method to get current $verifySSLCerts
value.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's fine as-is. We don't have getters for the other options.
Follow up from my PR in php-http-client (sendgrid/php-http-client#101)
New Feature
Supports #90
Checklist
Short description of what this PR does:
curl_init()
function if, for example, the user is testing the implementation on a local server with an unknown CAIf you have questions, please send an email to Sendgrid, or file a Github Issue in this repository.