Hello Peter,
Thank you for using our product.
Regarding your issue, to resolve it, please try to apply below solution
open the file:
administrator/components/com_jalang/helpers/translator/adapters/bing/microsoft.php
searching for the code snippet:
[PHP]curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);[/PHP]
And replace it with:
[PHP]curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);[/PHP]
If this solution does not help to resolve your issue, please send me PM for your administrator account and FTP account, I will help you to check and resolve this bug.