-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
When attempting to upload a file with sample code (developer test app):
use SignNow\Api\Entity\Document\Upload as DocumentUpload;
$uploadFile = (new DocumentUpload(new \SplFileInfo('realFilePath')));
$document = $entityManager->create($uploadFile);
Throws error:
Unexpected exception of type [SignNow\Rest\EntityManager\Exception\EntityManagerException] with message [Request failed! Reason: cURL error 60: SSL certificate problem: self signed certificate in certificate chain (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://api-eval.signnow.com/document] in [...\app\vendor\signnow\rest-entity-manager\src\EntityManager.php:318]
How to allow Guzzle to accept self signed certificate in client wrapper?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels