VMware {code} Community
r_r
Contributor
Contributor

DotNet C# Sample - SSL3_GET_RECORD:wrong version number

Hi,

using Converter 5.0.0-470252 and SDK 5.0.0-470252

I try running the DotNet Sample from the SDK.

I used two ways:

* Windows XP SP3 with VS2005 and .Net 2.0

* Windows 7 SP1 with VS2010 SP1 and .Net 4.0

I get following runtime error and can not send any jobs to the conversion server:

Caught SoapException -  Actor :  Code : ServerFaultCode Detail XML : <detail><Sy
stemErrorFault xmlns="urn:converter" xsi:type="vim25:SystemError" xmlns:vim25="u
rn:vim25" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><vim25:reason>SS
L Exception: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number</v
im25:reason></SystemErrorFault></detail>
ERROR: Failed to submit P2V Conversion Job.

I tried running the server on http as a workaround which I could not solve doing.

I did changing the server configuration at C:\ProgramData\VMware\VMware vCenter Converter Standalone\converter-server.xml and restarting the Server-Service

- ssl node section can not be removed as told -> service will not restart

- ssl subnodes removed, server took default certs -> it still tried running ssl on somewhere defined certs?

- all usessl properties turned to false -> server still wanted to use certs ... ?

- I generated and trusted self signed certs for server (since the delivered one will not work at all), did not solve the problem but cert problem went away

- tried managing the endpoints (e) using httpOnly or httpAndHttps ...

- tried putting debug to logging property -> log said it does not understand debug

- taking away ports for 443 did not work

- Firewall on the server is turned off.

How and where can I change the SSL version?

How can I modify the server config to run in http mode?

How can I send a job running using a commandline tool or the Soap-Interfaces?

Regards.

0 Kudos
1 Reply
r_r
Contributor
Contributor

Fixed the issue, deinstalled and reinstalled the whole server. What a thing.

0 Kudos