diff --git a/src/Servers/Reverb/Factory.php b/src/Servers/Reverb/Factory.php index deb91846..0648c2f1 100644 --- a/src/Servers/Reverb/Factory.php +++ b/src/Servers/Reverb/Factory.php @@ -122,6 +122,7 @@ protected static function configureTls(array $context, ?string $hostname): array $context['local_cert'] = $certificate; $context['local_pk'] = $key; + $context['verify_peer'] = app()->environment() === 'production'; } return $context;