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
In our application we are currently getting "cURL error 1: Protocol %7Bhttps not supported or disabled in libcurl." We are having a difficult time debugging this issue as we know that https is supported in our environment. We saw that guzzlehttp has a 'debug' argument but could not find a way to use this feature with the current SDK. Is this already supported or are there any intentions of supporting it in the future?
The text was updated successfully, but these errors were encountered:
@jlstack Debugging is supported but not well documented.
Following snippet will give you a good start. The most important part is you need to enable debug by setting debugLog to true and also inject logger and messageFormatter
However, your issue sounds more like curl-ext settings than the SDK itself. Can you check if https protocol is enabled? (See protocols under cURL in phpinfo)
In our application we are currently getting "cURL error 1: Protocol %7Bhttps not supported or disabled in libcurl." We are having a difficult time debugging this issue as we know that https is supported in our environment. We saw that guzzlehttp has a 'debug' argument but could not find a way to use this feature with the current SDK. Is this already supported or are there any intentions of supporting it in the future?
The text was updated successfully, but these errors were encountered: