All of a sudden I have started getting this mailgun error ,
GuzzleHttp \ Exception \ RequestException
cURL error 35: Unknown SSL protocol error in connection to api.mailgun.net:443
Any Mail gun user please help me out Thanks
All of a sudden I have started getting this mailgun error ,
GuzzleHttp \ Exception \ RequestException
cURL error 35: Unknown SSL protocol error in connection to api.mailgun.net:443
Any Mail gun user please help me out Thanks
I have been having the same issue with Laravel 4.2 and Mailgun. I have contacted MG they are blaming this error on DDoS attacks they have been having. I included this thread in my latest support ticket. If you have any useful information to help them please include it here. I have noticed that it is only happening early to mid morning daily.
Mailgun's response 5/24/2016:
We made changes with our hosting provider late this morning that looks to have resolved the issue. Please let us know if you continue experiencing this error.
I'm getting the same error, but it is easy to solve and resolve for me!
Updating the version of php5-curl solved! FOR UBUNTU => sudo apt-get install --only-upgrade php5-curl
enjoy! ;)