简体   繁体   English

cURL错误35:与api.mailgun相关的未知SSL协议错误

[英]cURL error 35: Unknown SSL protocol error in connection to api.mailgun

All of a sudden I have started getting this mailgun error , 我突然开始收到这个mailgun错误,

GuzzleHttp \\ Exception \\ RequestException GuzzleHttp \\ Exception \\ RequestException

cURL error 35: Unknown SSL protocol error in connection to api.mailgun.net:443 cURL错误35:与api.mailgun.net:443相关的未知SSL协议错误

Any Mail gun user please help me out Thanks 任何邮件枪用户请帮助我谢谢

I have been having the same issue with Laravel 4.2 and Mailgun. 我在使用Laravel 4.2和Mailgun时遇到了同样的问题。 I have contacted MG they are blaming this error on DDoS attacks they have been having. 我已经联系过MG,他们正在将这个错误归咎于他们一直在进行的DDoS攻击。 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: Mailgun的回复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! 更新php5-curl的版本解决了! FOR UBUNTU => sudo apt-get install --only-upgrade php5-curl FOR UBUNTU => sudo apt-get install --only-upgrade php5-curl

enjoy! 请享用! ;) ;)

I also getting the same issue. 我也遇到了同样的问题。 After debugging the code with try-catch what I noticed is, some of the recipient email ids have spaces like: 在使用try-catch调试代码后,我注意到,一些收件人电子邮件ID有以下空格:

testmail@google mail.com instead of testmail@googlemail.com may this answer give a way to solve your issue testmail @ google mail.com而不是testmail@googlemail.com可能这个答案提供了解决问题的方法

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 curl:(35)与连接相关的未知SSL协议错误-调用Web服务时出错 - curl: (35) Unknown SSL protocol error in connection to - Error in calling webservices cURL 错误 35 - 与 api.rkd.reuters.com:443 相关的未知 SSL 协议错误 - cURL error 35 - Unknown SSL protocol error in connection to api.rkd.reuters.com:443 HTTP错误:cURL错误:35:cakephp中的连接nusoap中的未知SSL协议错误 - HTTP Error: cURL ERROR: 35: Unknown SSL protocol error in connection nusoap in cakephp PHP:cURL错误:35:连接到service.mycompany.com的未知SSL协议错误:443 - PHP: cURL ERROR: 35: Unknown SSL protocol error in connection to service.mycompany.com:443 curl errno 35(与[安全站点]:443连接时发生未知的SSL协议错误) - curl errno 35 (Unknown SSL protocol error in connection to [secure site]:443) PHP cURL“与连接有关的未知SSL协议错误” - PHP cURL “Unknown SSL protocol error in connection to” cURL错误:[35]不支持的SSL协议版本 - cURL error: [35] Unsupported SSL protocol version cURL PHP错误:连接中未知的SSL协议错误 - cURL PHP ERROR: Unknown SSL protocol error in connection 错误-PHP-cURL-连接中的未知SSL协议错误- - Error - PHP - cURL - Unknown SSL protocol error in connection - PHP curl 错误:“连接到……的未知 SSL 协议错误” - PHP curl error: “Unknown SSL protocol error in connection to…”
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM