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
With my code, as in your exemple.
The fact to use "verify" => false doesn't work
I've got an error cURL error 60: Peer's certificate has an invalid signature
Your example shows verify = false. but no way. It doesn't care. It's like verify = true.
$provider = new \League\OAuth2\Client\Provider\GenericProvider([ 'clientId' => 'XXXXXX', // The client ID assigned to you by the provider 'clientSecret' => 'XXXXXX', // The client password assigned to you by the provider 'redirectUri' => 'https://my.example.com/your-redirect-url/', 'urlAuthorize' => 'https://service.example.com/authorize', 'urlAccessToken' => 'https://service.example.com/token', 'urlResourceOwnerDetails' => 'https://service.example.com/resource', 'proxy' => '192.168.0.1:8888', 'verify' => false ]);
Any idea?
Franck
The text was updated successfully, but these errors were encountered:
Hi everyone.
With my code, as in your exemple.
The fact to use "verify" => false doesn't work
I've got an error
cURL error 60: Peer's certificate has an invalid signature
Your example shows verify = false. but no way. It doesn't care. It's like verify = true.
$provider = new \League\OAuth2\Client\Provider\GenericProvider([ 'clientId' => 'XXXXXX', // The client ID assigned to you by the provider 'clientSecret' => 'XXXXXX', // The client password assigned to you by the provider 'redirectUri' => 'https://my.example.com/your-redirect-url/', 'urlAuthorize' => 'https://service.example.com/authorize', 'urlAccessToken' => 'https://service.example.com/token', 'urlResourceOwnerDetails' => 'https://service.example.com/resource', 'proxy' => '192.168.0.1:8888', 'verify' => false ]);
Any idea?
Franck
The text was updated successfully, but these errors were encountered: