vCenter

 View Only
Expand all | Collapse all

SSL Exception when Converter tries to connect to vCenter

devraj_karmalka

devraj_karmalkaFeb 20, 2018 11:40 AM

  • 1.  SSL Exception when Converter tries to connect to vCenter

    Posted Dec 21, 2017 10:23 AM

    Hi,

    I want to migrate VMs from vCenter 5.5.0 U1b to vCenter 6.5 U1b using Converter Standalone 6.2.

    When Converter tries to connect the source vCenter (5.5) I receive this error:

    "A general system error occurred: SSL Exception: error:14077102:SSL routines:SSL23_GET_SERVER_HELLO:unsupported protocol"

    The error seems to be related to the certificate.

    Could you help me?

    Thanks

    Andrea



  • 2.  RE: SSL Exception when Converter tries to connect to vCenter

    Broadcom Employee
    Posted Dec 21, 2017 10:37 AM

    Ok, this is because of TLS1.0 disablement in new versions but not in vCenter 5.5

    As workaround you can enable TLS1.0 in converter-server.xml, converter-worker.xml and converter-agent.xml by changing tag <sslOptions> from 123422720 to 56313856 and then restart services.

    HTH



  • 3.  RE: SSL Exception when Converter tries to connect to vCenter

    Posted Dec 22, 2017 08:43 AM

    Hi Poceh,

    I tried but the error remain :-(

    Thanks



  • 4.  RE: SSL Exception when Converter tries to connect to vCenter
    Best Answer

    Broadcom Employee
    Posted Dec 22, 2017 09:18 AM

    I'm forgot - put the same option in converter-client.xml placed in installation folder.

    If still not working the best way is to upgrade 5.5 to latest available.

    HTH



  • 5.  RE: SSL Exception when Converter tries to connect to vCenter

    Posted Dec 22, 2017 11:06 AM

    Fantastic!

    It works!

    Thanks you very much!



  • 6.  RE: SSL Exception when Converter tries to connect to vCenter

    Posted Mar 15, 2018 03:53 PM

    I could not find converter-client xml file in Installer folder



  • 7.  RE: SSL Exception when Converter tries to connect to vCenter

    Broadcom Employee
    Posted Mar 16, 2018 08:06 AM

    Find at %ProgramFiles(x86)%\VMware\VMware vCenter Converter Standalone\converter-client.xml



  • 8.  RE: SSL Exception when Converter tries to connect to vCenter

    Posted Apr 10, 2018 08:55 AM

    also there are 3 files in here

    C:\ProgramData\VMware\VMware vCenter Converter Standalone

    I changed dose as well but still have this same problem. Did anyone find a proper solution?



  • 9.  RE: SSL Exception when Converter tries to connect to vCenter

    Posted Jul 09, 2018 10:18 AM

    Also, change in the following file

    %ProgramFiles(x86)%\VMware\VMware vCenter Converter Standalone\converter-client.xml



  • 10.  RE: SSL Exception when Converter tries to connect to vCenter

    Posted Mar 03, 2020 02:33 PM

    HI, I make all step by step of this treat, but when its converting I get the next same issue by the side of the destination my vmware esx 5.1 (Im converting from a Hyperv VM):

    Maybe I have to change values in the esxi 5.1 by I´dont know where I have to do it...

    Thanks.

    Hernán



  • 11.  RE: SSL Exception when Converter tries to connect to vCenter

    Broadcom Employee
    Posted Mar 04, 2020 08:15 AM

    Probably you miss to change sslOptions in some XML file or don't restart services after change of sslOptions value.

    HTH



  • 12.  RE: SSL Exception when Converter tries to connect to vCenter

    Posted Mar 05, 2020 09:55 PM

    I recheck all xml in the server 2012 64bit where I install the convert vmware standalone 6.2, and targetting to another server 2012 with the hyperv VM.

    I try again to another destination (not a esxi 5.1), to Vcenter Vmware with server 2008r2 64bit, where I do the same, installing and modify the ssl value´s in the xml file but still the same issue:

     

    This is what console show´s whe is converting:

    I don´t know what more I can do...

    Thanks



  • 13.  RE: SSL Exception when Converter tries to connect to vCenter

    Broadcom Employee
    Posted Mar 06, 2020 08:05 AM

    Could you upload log bundle?



  • 14.  RE: SSL Exception when Converter tries to connect to vCenter

    Posted May 19, 2020 05:57 AM
      |   view attached

    I have the same problem as hernanSue. :smileysad:

    I use vCenter Converter Standalone Server 6.2.0 convert to ESXi 5.5.0.

    Have changed all references of "123422720" to "56313856" in documents.

    edit the converter-worker.xml, find the <useSsl>true</useSsl> and change the value to <useSsl>false</useSsl>

    Restart the service on the machine.

    Always failed at 1% with FAILED: An error occurred during the conversion: 'SSL Exception: error:14077102:SSL routines:SSL23_GET_SERVER_HELLO:
    unsupported protocol'

    Thanks a lot.

    Attachment(s)



  • 15.  RE: SSL Exception when Converter tries to connect to vCenter

    Posted Feb 20, 2018 11:40 AM

    Cool it worked for me

    Thanks lot

    Cheers



  • 16.  RE: SSL Exception when Converter tries to connect to vCenter

    Posted Dec 25, 2018 12:11 PM

    Great, it works .

    Thank you and Merry Christmas !



  • 17.  RE: SSL Exception when Converter tries to connect to vCenter

    Posted Apr 17, 2020 08:57 PM

    Its work for me. I enable TLS1.0 in "converter-agent.xml by changing tag <sslOptions> from 123422720 to 56313856". That´s it.

    I´ve Vmware ESXi v4.1.0 version installed.



  • 18.  RE: SSL Exception when Converter tries to connect to vCenter

    Posted Apr 10, 2018 09:05 AM

    This worked for me.

    Go to C:\ProgramData\VMware\VMware vCenter Converter Standalone

    Open to edit the converter-worker.xml

    Find the <useSsl>true</useSsl> and change the value to <useSsl>false</useSsl>

    Restart the Restart the VMware vCenter Converter Standalone Worker service on the machine

    This solution is for ESX 5.5 or older version that need TLS 1.0

    source: VMware Knowledge Base



  • 19.  RE: SSL Exception when Converter tries to connect to vCenter

    Posted Aug 03, 2018 08:43 PM

    I had this same issue when attempting to migrate a virtual machine from an ESXi 5.0.0 host to a new ESXi 6.5.0 host. I was using the VMWare Converter standalone utility version 6.2.0. I ended up downgrading to VMWare Converter version 6.1.1 which worked just fine.



  • 20.  RE: SSL Exception when Converter tries to connect to vCenter

    Posted Aug 16, 2018 10:30 AM

    OK, just to consolidate info in one place, as no one specified ALL the correct info in all the posts I could find:

    This is how it worked for me - I was moving machines from ESX 5.1.0 build 799733 to ESX 6.5.0 Update 1 build 5969303

    1. Install VMWare converter v6.2.0 build 8466193
    2. Change all references of "123422720" to "56313856" in the following files:
      • C:\ProgramData\VMware\VMware vCenter Converter Standalone\converter-agent.xml
      • C:\ProgramData\VMware\VMware vCenter Converter Standalone\converter-server.xml
      • C:\ProgramData\VMware\VMware vCenter Converter Standalone\converter-worker.xml
      • C:\Program Files (x86)\VMware\VMware vCenter Converter Standalone\converter-client.xml
    3. Restart all VMWare vCenter Converter services.



  • 21.  RE: SSL Exception when Converter tries to connect to vCenter

    Posted Sep 13, 2018 09:05 AM

    This tip worked fine on vCenter 5.5. with with ESXi 5.5 and Converter 6.2. /Thanks all.



  • 22.  RE: SSL Exception when Converter tries to connect to vCenter

    Posted Oct 12, 2018 06:54 AM

    It worked for me



  • 23.  RE: SSL Exception when Converter tries to connect to vCenter

    Posted Oct 31, 2018 11:00 PM

    Perfect! This works for me!

    Thanks kolonuk!



  • 24.  RE: SSL Exception when Converter tries to connect to vCenter

    Posted Aug 13, 2019 01:26 PM

    Con esto pude resolver el problema.

    Gracias



  • 25.  RE: SSL Exception when Converter tries to connect to vCenter

    Posted Oct 14, 2019 07:42 AM

    Thanks, It worked.



  • 26.  RE: SSL Exception when Converter tries to connect to vCenter

    Posted Nov 03, 2021 03:43 PM

    good help but checge folder + copy files:

    - converter-agent.xml

    - converter-server.xml

    - converter-worker.xml

    - converter-client.xml

    old program update, if i update the program, you lose again i configure the files with the same problem



  • 27.  RE: SSL Exception when Converter tries to connect to vCenter



  • 28.  RE: SSL Exception when Converter tries to connect to vCenter

    Posted Nov 07, 2018 10:15 PM

    I had the problem with the converter 6.2 ... there is no longer a converter-worker.xml there is only one singel file - converter-client.xml

    so I entered the SSL option code, then the converter could connect... and then I tried to convert a VM and it spit into my face with a message "cant read hardware settings". wtf?

    I belive it can't by design... and this has to do with some no longer supported storage configurations. With the other direction I had to hack the vmx files, then the converter 6.2 did convert my player 6.5 VMs... the root cause was a vmdk file pointing to a physical disk. But I wont touch my "golden sample" which contains 5 years of lessons, research and tests. And there are only iSCSI or local volumes...

    I have to say today I lost my faith in VMware products... also because of a purple screen with an original and vmware supported Intel Quadport E1000 card in a VMware supported mainboard...



  • 29.  RE: SSL Exception when Converter tries to connect to vCenter

    Broadcom Employee
    Posted Nov 08, 2018 08:16 AM

    Try to find XMLs in folder "%ALLUSERSPROFILE%\VMware\VMware vCenter Converter Standalone\"

    HTH



  • 30.  RE: SSL Exception when Converter tries to connect to vCenter

    Posted Nov 08, 2018 08:46 AM

    The "can't retrieve hardware information" error comes from the format of old .VMX files (< ESX 5.5 or < WS 10) aid it is not related to the SSL problem, that happens with VMX files on a regular hard drive too. I know the workarounds, but the solution is to do the convert with an older converter version.



  • 31.  RE: SSL Exception when Converter tries to connect to vCenter

    Broadcom Employee
    Posted Nov 08, 2018 09:14 AM

    The thread is about SSL connections and fix for TLS1.0 with XML files.

    If you experience issues to connect with UI, the same issue will happens with services' connections, so you can't change only value in converter-client.xml and work successfully.

    For your other problem(s) you must open new thread(s) attaching appropriate logs into.

    Regards



  • 32.  RE: SSL Exception when Converter tries to connect to vCenter

    Posted Dec 05, 2018 08:34 AM

    I'll give it a try. The VMX version incompatibility  I have found out this by myself, but maybe the converter 6.1.1 is more stable and doesn't just stop. On the other hand it could be related to my network card, becasue it gave me a purple screen on heavy usage recently.



  • 33.  RE: SSL Exception when Converter tries to connect to vCenter

    Posted Oct 08, 2019 03:11 AM

    I get an Access Denied error message when I try to save the changed file.  All of the VMWare Converter services are off.  Next idea?



  • 34.  RE: SSL Exception when Converter tries to connect to vCenter

    Broadcom Employee
    Posted Oct 08, 2019 07:20 AM

    Do the changes in configuration XML files "as administrator". After that restart services.

    HTH



  • 35.  RE: SSL Exception when Converter tries to connect to vCenter

    Posted Dec 06, 2019 04:49 AM

    None of the options worked for me so as a workaround, I removed one host from the cluster and vCenter altogether and just pointed the converter tool to the ESXi host directly, as soon as it finished, i simply put the host back into vCenter with the new converter VMs..



  • 36.  RE: SSL Exception when Converter tries to connect to vCenter