Advertisement
Guest User

Untitled

a guest
Jul 19th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. MAIL_DRIVER=smtp
  2. MAIL_HOST=smtp.gmail.com
  3. MAIL_PORT=587
  4. MAIL_USERNAME=abcd@gmail.com
  5. MAIL_PASSWORD=******
  6. MAIL_ENCRYPTION=tls
  7.  
  8. stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:
  9. error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement