I've been accessing Odoo regularly for months via the XML-RPC API. I use a php script I wrote that makes use of darkaonline/ripcord library.
All of a sudden, in the last day or so, I have been seeing this error in my logs:
production.ERROR: exception 'ErrorException' with message 'file_get_contents(): SSL: crypto enabling timeout' in app/vendor/darkaonline/ripcord/src/Ripcord/Client/Transport/Stream.php:59
Nothing has changed on my server in the last few days, so I'm wondering if anything has changed with Odoo that might be causing this. I am access an ODOO ONLINE instance, meaning, I do not host it, it's hosted by Odoo. It's using Odoo 10.saas~14+e (Enterprise Edition)
.
My server is running Ubuntu 14.04.5 LTS (GNU/Linux 3.13.0-36-generic x86_64)
and using PHP version: PHP 5.5.9-1ubuntu4.20 (cli) (built: Oct 3 2016 13:00:37)
.
Does anyone have any idea what this error means or why it suddenly started occurring? I have no idea where to being troubleshooting this.