Pass verify option to guzzle config #123
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I was having issues with the guzzle "verify" client option. By default HoneybaderClient sets "verify" to true. Sometimes this is NOT the best option because some developers do NOT have access to the php.ini or openssl configuration. https://docs.guzzlephp.org/en/stable/request-options.html#verify
I commented on #112 (#112 (comment)) and @joshuap provided that another issue #121 may be related.
Took a little time and found that in Laravel the client configuration is not brought in generally, instead is specified with specific context as seen in lines 91-92.
I've added the "verify" option that works from Laravel's honeybader configuration. Easy test is to set "verify" to false.
Status
READY/WIP/HOLD
Description
A few sentences describing the overall goals of the pull request's commits.
Related PRs
List related PRs against other branches:
Todos
Steps to Test or Reproduce
Outline the steps to test or reproduce the PR here.