'Connection to Podio API failed: [35] Unknown SSL protocol error in connection to api.podio.com:443

那年仲夏 提交于 2019-12-11 07:09:37

问题


Using simple podio api things, but overnight I have this message:

Fatal error: Uncaught exception 'PodioConnectionError' with message 'Connection to Podio API failed: [35] Unknown SSL protocol error in connection to api.podio.com:443

No SSL have changed from my part, and as long as I know, podio api is the same since 2015...

Thanks!


回答1:


No SSL have changed from my part, and as long as I know, podio api is the same since 2015...

It is very likely that you are using some old TLS stack with no support for TLS 1.2 or that you've explicitly setup your system to use TLS 1.0 only. From Podio Help Centre:

API Security Update
Upcoming change for developers using Podio's API
....
What you need to do by 27 June 2018
Ensure you are using TLS 1.1 as a minimum, though we recommend upgrading to TLS 1.2. This applies to private, public and partner applications connecting to the Podio API.




回答2:


Podio have disabled TLS 1.0 - the last bit was done yesterday. TLS 1.0 was deprecated a while ago, and it's end of life was set to June 2018.

Details are here: https://help.podio.com/hc/en-us/community/posts/360003048772-API-Security-Update

Podio will also disable TLS 1.1 some day, so if you are upgrading - move to latest TLS 1.2.



来源:https://stackoverflow.com/questions/51214173/connection-to-podio-api-failed-35-unknown-ssl-protocol-error-in-connection-t

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!