You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
Could verify this and will create a fix for this. As a workaround for now to instantiate a guzzle http client with the verify option set you could do this:
I would suggest to replace all that overcomplicated logic with a Builder and use (constructor-injection-)DI everywhere instead of this outdated *Aware-approach.
I'd expect a remarkable reduction in LOC and complexity, which I would really welcome here 😃
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
I have the following (local) setup:
It seems
Commercetools\Core\Client\OAuth\Manager
andCommercetools\Core\Client
create distinct instances ofGuzzle\Client
, but onlyCommercetools\Core\Client
passes'verify' => false
to it's Guzzle-Instance.The text was updated successfully, but these errors were encountered: