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
From what I found on the Internet, this could be related to reused connections, so I went on and added 'guzzle' subsection to config:services.sendgrid:
From time to time, I get this error when trying to send email:
cURL error 56: OpenSSL SSL_read: error:140943FC:SSL routines:ssl3_read_bytes:sslv3 alert bad record mac, errno 0 (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)
(laravel 7, php 7.3, guzzlehttp v6)
From what I found on the Internet, this could be related to reused connections, so I went on and added 'guzzle' subsection to config:services.sendgrid:
But, probably, this should be made default or, at least, suggested on the readme.
The text was updated successfully, but these errors were encountered: