Skip to content

Commit 358cca6

Browse files
we add config to verify the endpoint as they sometimes use self-signed certs
1 parent 0bad3e8 commit 358cca6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GlobeLabsSmsServiceProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public function boot()
1919
'headers' => [
2020
'Content-Type' => 'application/json',
2121
],
22+
'verify' => false
2223
]);
2324
});
2425
}

0 commit comments

Comments
 (0)