diff --git a/config/broadcasting.php b/config/broadcasting.php index ebc3fb9..c128d4e 100644 --- a/config/broadcasting.php +++ b/config/broadcasting.php @@ -42,7 +42,7 @@ return [ 'useTLS' => env('REVERB_SCHEME', 'https') === 'https', ], '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, ], ],