You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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....
The text was updated successfully, but these errors were encountered:
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.
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?
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.
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....
The text was updated successfully, but these errors were encountered: