mirror of
https://github.com/furkankadioglu/efatura.git
synced 2026-04-26 14:45:56 +03:00
[GH-ISSUE #66] ssl hatası #48
Labels
No labels
araştırılıyor
bug
enhancement
good first issue
istek
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/efatura#48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hadiozkan on GitHub (Jan 18, 2022).
<html>Original GitHub issue: https://github.com/furkankadioglu/efatura/issues/66
( ! ) Fatal error: Uncaught GuzzleHttp\Exception\RequestException: cURL error 60: SSL certificate problem: self signed certificate in certificate chain (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://earsivportaltest.efatura.gov.tr/earsiv-services/esign in C:\wamp64\www\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php on line 211
1 | 0.0012 | 408520 | {main}( ) | ...\index.php:0
</html>2 | 0.0066 | 440760 | furkankadioglu\eFatura\InvoiceManager->setTestCredentials( ) | ...\index.php:19
3 | 0.0066 | 440856 | GuzzleHttp\Client->post( ) | ...\InvoiceManager.php:181
4 | 0.0066 | 440856 | GuzzleHttp\Client->request( ) | ...\ClientTrait.php:95
5 | 0.1025 | 629200 | GuzzleHttp\Promise\RejectedPromise->wait( ) | ...\Client.php:187
bu şekilde hata alıyorum yardımcı olurmusun
@hadiozkan commented on GitHub (Jan 18, 2022):
localde çözdüm çalışıyor
localde php ini içinde curl.cainfo ="C:\wamp64\bin\php\cacert-2021-10-26.pem" yapınca çalışıyor
ama hosting firmasında bu işlemi yapamam
nasıl bir yol izlemeliyim
@lenn-mark commented on GitHub (Mar 6, 2022):
InvoiceManager.php satır 121'e
"verify" => false,
ekleyerek çalıştırabildim. ama çözüm bu mudur bilemiyorum.