<html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><style>body { line-height: 1.5; }body { font-size: 10.5pt; font-family: 微软雅黑; color: rgb(0, 0, 0); line-height: 1.5; }body { font-family: 微软雅黑; font-size: 10.5pt; color: rgb(0, 0, 0); line-height: 1.5; }</style></head><body>Hi all,<div>&nbsp; &nbsp;&nbsp;<span style="font-size: 10.5pt; line-height: 1.5; background-color: window;">&nbsp; &nbsp; I have an ovirt 4.0&nbsp;</span><span style="font-size: 10.5pt; line-height: 1.5; background-color: window;">environment. I got an error when I excuted an python&nbsp;</span><span style="font-size: 10.5pt; line-height: 1.5; background-color: window;">script which could be&nbsp;</span><span style="font-size: 10.5pt; line-height: 1.5; background-color: window;">normally excuted in 3.6. I have figured out that in ovirt 4.0 the version of python sdk is still&nbsp;</span><span style="font-size: 10.5pt; line-height: 1.5; background-color: window;">3.6.7.0. It seemed that the&nbsp;</span><span style="font-size: 10.5pt; line-height: 1.5; background-color: window;">server thought it was an u</span><span style="font-size: 10.5pt; line-height: 1.5; background-color: window;">nsecured connection, but&nbsp;</span><span style="font-size: 10.5pt; line-height: 1.5; background-color: window;">HTTPS protocol and the right ca file was used.</span></div><div>Anyone can help? Thanks!</div><div><br></div><div>[root@test&nbsp;~]#&nbsp;./test.py<br>Traceback&nbsp;(most&nbsp;recent&nbsp;call&nbsp;last):<br>&nbsp;&nbsp;File&nbsp;"./test.py",&nbsp;line&nbsp;30,&nbsp;in&nbsp;&lt;module&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;vms&nbsp;=&nbsp;VirtualMachines()<br>&nbsp;&nbsp;File&nbsp;"/root/vm.py",&nbsp;line&nbsp;31,&nbsp;in&nbsp;__init__<br>&nbsp;&nbsp;&nbsp;&nbsp;self.api&nbsp;=&nbsp;API(url=BASEURL,username=USERNAME,password=PASSWORD,ca_file=CAFILE)<br>&nbsp;&nbsp;File&nbsp;"/usr/lib/python2.7/site-packages/ovirtsdk/api.py",&nbsp;line&nbsp;197,&nbsp;in&nbsp;__init__<br>&nbsp;&nbsp;&nbsp;&nbsp;raise&nbsp;UnsecuredConnectionAttemptError<br>ovirtsdk.infrastructure.errors.UnsecuredConnectionAttemptError:&nbsp;[ERROR]::No&nbsp;response&nbsp;returned&nbsp;from&nbsp;server.&nbsp;If&nbsp;you're&nbsp;using&nbsp;HTTP&nbsp;protocol<br>against&nbsp;a&nbsp;SSL&nbsp;secured&nbsp;server,&nbsp;then&nbsp;try&nbsp;using&nbsp;HTTPS&nbsp;instead.</div><div><br></div><div>(BASEURL<span style="font-size: 10.5pt; line-height: 1.5; background-color: window;">:&nbsp;https://test.example.com/ovirt-engine</span><span style="font-size: 10.5pt; line-height: 1.5; background-color: window;">)</span></div></body></html>