Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • swemmel Friend
    #191253

    Hi Folks,

    Long time no see. 🙂

    I have a problem with using this component. When I want to translate my content the following error raises:

    Start to translate for the English (United Kingdom) language[/h]

    —– Start Translating categories:
    SSL: certificate subject name ‘accesscontrol.windows.net’ does not match target host name ‘datamarket.accesscontrol.windows.net’

    Thanks.

    Peter

    Thanh Nguyen Viet Friend
    #508561

    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.

    swemmel Friend
    #509865

    Hello Deadcode,

    This was the solution. Thank you.

    Peter

    Thanh Nguyen Viet Friend
    #510295

    You are welcome, Peter 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Thanh Nguyen Viet 10 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum