Search
 
SCRIPT & CODE EXAMPLE
 

PHP

cURL error 60 : SSL certificate in Larvel in pusher or facebook authentication

/*After so much of research i found the best solution for this. You just need to make verification false in the vendor/guzzlehttp/guzzle/src/Client.php file .*/
/*https://stackoverflow.com/questions/30974869/how-to-solve-curl-error-60-ssl-certificate-in-laravel-5-while-facebook-authenti*/
$defaults = [
        'allow_redirects' => RedirectMiddleware::$defaultSettings,
        'http_errors'     => true,
        'decode_content'  => true,
        'verify'          => true, // make this false
        'cookies'         => false,
        'idn_conversion'  => true,
    ];
Comment

PREVIOUS NEXT
Code Example
Php :: undefined type excel 
Php :: vagrant no pg_hba.conf entry for host 
Php :: wordpress codex get post type woocommerce products 
Php :: check session sweet alert 
Php :: verify that a valid login cookie was sent in order to do special things for that logged-in 
Php :: make controller laravel history open link 
Php :: wordpress code 
Php :: joomla 404 
Php :: Display HTML text from a variable in laravel 
Php :: php exponential equation 
Php :: apache/2.4.53 (win64) openssl/1.1.1n php/8.1.5 server at localhost port 80 
Php :: woocommerce_default_catalog_orderby desc 
Php :: phphtml 
Php :: relationship on the base of condition in laravel 
Php :: Stripe Test - Laravel 
Php :: afficher les input dans un tableau php est stocker dans fichier 
Php :: order review checkout page reset woocomerce 
Php :: andebol 
Php :: laravel project in css 
Php :: laravel collection chunks 
Php :: $user-id show 0 in blade laravel 8 
Php :: carbon parse 
Php :: pluck only category name and id from model in laravel 
Php :: execute query and use die in php 
Php :: Calculate the remaining days on view Laravel, negative days if date has passed 
Php :: ipv6 pregmatch 
Php :: required if null / require without laravel 
Php :: Drupal sync directory in settings.php 
Php :: html css js php 
Php :: t variable error meaning in php 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =