fix(broadcasting): ignore self-signed certificates for Reverb in local development
This commit is contained in:
@@ -42,7 +42,7 @@ return [
|
|||||||
'useTLS' => env('REVERB_SCHEME', 'https') === 'https',
|
'useTLS' => env('REVERB_SCHEME', 'https') === 'https',
|
||||||
],
|
],
|
||||||
'client_options' => [
|
'client_options' => [
|
||||||
// Guzzle client options: https://docs.guzzlephp.org/en/stable/request-options.html
|
'verify' => env('REVERB_SCHEME', 'https') === 'https' && env('APP_ENV') === 'local' ? false : true,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user