Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

60 : SSL certificate problem: unable to get local issuer certificate #307

Closed
ArovaSyams opened this issue Jan 9, 2021 · 3 comments
Closed

Comments

@ArovaSyams
Copy link

I have a problem with this authentication i was configuring the App\Config\Email.php in a right config but since i run the registration form i have an error this :
Myth\Auth\Exceptions\AuthException 60 : SSL certificate problem: unable to get local issuer certificate
please help me....

@MGatner
Copy link
Collaborator

MGatner commented Jan 9, 2021

Myth:Auth does not do any certificate verification so this is coming from some other layer. From your comment it sounds like probably your email configuration is trying to verify your local server cert, or something.

@ArovaSyams
Copy link
Author

ArovaSyams commented Jan 11, 2021

i has change my option of Config\Email.php with this
public $protocol = 'smtp';
public $SMTPHost = 'smtp.gmail.com';
public $SMTPPort = 465;
public $SMTPCrypto = 'ssl';
public $mailType = 'html';

do you have any suggest for my configure and what should i do?

@MGatner
Copy link
Collaborator

MGatner commented Jan 14, 2021

It is not going to be an app configuration, it is an issue with your server. if you are going to use an external SMTP server with SSL verification you need to fix your certs. @lonnieezell this can close.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants