> using ovirt 4.4.1 to attempt to import from VMware, I have a problem with 
> older SSL
> ciphers:
> 
> libvirt.libvirtError: internal error: curl_easy_perform() returned an error: 
> SSL connect
> error (35) : error:1425F102:SSL 
> routines:ssl_choose_client_version:unsupported protocol
> 
> 
> where can I tell it "shut up and take the data"?
> 
> I found on the web a generic openssl reference that supposedly I should be 
> able to edit
> /etc/pki/tls/openssl.cnf
> 
> and add
> MinProtocol=TLSv1.0
> CipherString = DEFAULT@SECLEVEL=1
> 
> 
> but that didnt help. its still complaining about the SSL protocol.
> 
> 
> 
> 
> 
> 
> --
> Philip Brown| Sr. Linux System Administrator | Medata, Inc. 
> 5 Peters Canyon Rd Suite 250 
> Irvine CA 92606 
> Office 714.918.1310| Fax 714.918.1325 
> pbrown(a)medata.com| www.medata.com

I had same issue when tried to migrate Vm from ESXi to oVirt v4.4.2RC4
I found that crypto policy for EL8  by default is strong 
https://access.redhat.com/articles/3642912

For fix I set policy to LEGACY at proxy host
   update-crypto-policies --set LEGACY
and reboot the host
_______________________________________________
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/QHZVUPAB5LDVJHLGGRNCYRICMBTDOLTX/

Reply via email to