Skip to content
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

Pass verify option to guzzle config #123

Merged
merged 1 commit into from
Feb 15, 2021

Conversation

brantmessenger
Copy link
Contributor

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:

branch PR
other_pr_production link
other_pr_master link

Todos

  • Tests
  • Documentation
  • Changelog Entry (unreleased)

Steps to Test or Reproduce

Outline the steps to test or reproduce the PR here.

> git pull --prune
> git checkout <branch>
> vendor/bin/phpunit

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 honeybadger-io#112 (honeybadger-io#112 (comment)) and @joshuap provided that another issue honeybadger-io#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.
@brantmessenger
Copy link
Contributor Author

brantmessenger commented Feb 12, 2021

I'm really new to this process and am a paying $$$ customer.

Found my solution and verified. This is really a patch. There seems to be an issue with merging the default configuration and the argument configuration that needs further investigation. And if this pull-request is accepted, you should probably update the documentation and add the 'verify'=>true to the honeybadger config that is installed for Laravel.

@sixlive sixlive changed the title Baby step towards guzzle client config override Pass verify option to guzzle config Feb 15, 2021
@sixlive sixlive merged commit 99c3d42 into honeybadger-io:master Feb 15, 2021
@sixlive
Copy link
Collaborator

sixlive commented Feb 15, 2021

@brantmessenger thanks for the PR I've cut a release of both the PHP and Laravel libs to account for SSL verification

@brantmessenger
Copy link
Contributor Author

@sixlive glad I could help. Sorry again for not meeting your PR standard. Hope this helps everyone!

@sixlive
Copy link
Collaborator

sixlive commented Feb 15, 2021

@sixlive glad I could help. Sorry again for not meeting your PR standard. Hope this helps everyone!

The PR was great! I merged it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants