Coder Social home page Coder Social logo

SSL Certificate problem about mailgun HOT 5 CLOSED

bogardo avatar bogardo commented on July 29, 2024
SSL Certificate problem

from mailgun.

Comments (5)

Bogardo avatar Bogardo commented on July 29, 2024

I don't think this is an issue with this package. Please post some more information about your issue.

from mailgun.

gilbertovb avatar gilbertovb commented on July 29, 2024

I had the same issue with the test script:
// Include the Autoloader (see "Libraries" for install instructions)
require 'vendor/autoload.php';
use Mailgun\Mailgun;

// Instantiate the client.
$mgClient = new Mailgun('my api key');
$domain = "my domain";

// Make the call to the client.
$result = $mgClient->sendMessage($domain, array(
'from' => 'Excited User <postmaster@my domain>',
'to' => 'Baz [email protected]',
'subject' => 'Hello',
'text' => 'Testing some Mailgun awesomness!'
));

from mailgun.

testwts avatar testwts commented on July 29, 2024

Bogardo, I'm facing same issue emails send code gives me this error

cURL error 60: SSL certificate problem: unable to get local issuer certificate

What should I do to solve this error?

from mailgun.

categulario avatar categulario commented on July 29, 2024

Same problem here, working on Windows Server 2012 standard, laravel 5.1.36

some people suggest this could be caused by guzzlehttp/guzzle 5.0

I have ohter two laravel installations (4.1 and 4.2) with mailgun 2.* and 3.0.* working well in the same server so this should be related with this version of mailgun or its dependencies

from mailgun.

Bogardo avatar Bogardo commented on July 29, 2024

The Guzzle dependency has been removed in the latest release.
Please update review the installation instructions on how to configure your client.

from mailgun.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.