故障现象:
在使用Converter进行P2V或V2V转换时,碰到了如下报错,导致无法进行下去“A general system error occurred: SSL Exception: error:14077102:SSL routines:SSL23_GET_SERVER_HELLO:unsupported protocol”。
处理方式如下:
1.显示隐藏文件,在如下路径下(以Win7为例)找到4个配置文件:
C:\ProgramData\VMware\VMware vCenter Converter Standalone
-converter-server.xml
-converter-worker.xml
-converter-agent.xml
C:\Program Files (x86)\VMware\VMware vCenter Converter Standalone
-converter-client.xml
2.先将这4个文件复制一份做备份以免需要恢复时使用。右击这4个文件都依次使用记事本编辑,找到: <sslOptions> 123422720 <sslOptions>,然后将“123422720 ”替换成“56313856”,保存后关闭:

3.重启服务中的Converter三个服务:
4.然后再运行converter程序,此时就不会再报错了:
。
转载于:https://blog.51cto.com/lander/2104651
本文介绍了一种解决在使用Converter进行P2V或V2V转换过程中出现的SSL错误的方法。通过修改特定配置文件中的sslOptions值,并重启服务,可以有效避免“Ageneral system error occurred: SSLException: error:14077102: SSL routines: SSL23_GET_SERVER_HELLO: unsupported protocol”的错误。
3191

被折叠的 条评论
为什么被折叠?



