Hello there,

I am trying to connect via ovirt-shell to my ovirt manager.

To do this I've downloaded the CA File 
(https://127.0.0.1/ovirt-engine/services/pki-resource?resource=ca-certificate&format=X509-PEM-CA)
 to /tmp and set up my config in .ovirtshellrc :

[cli]
autoconnect = True
autopage = True
[ovirt-shell]
username = adminuser
renew_session = False
timeout = None
extended_prompt = False
url = https://127.0.0.1/api
insecure = False
kerberos = False
filter = False
session_timeout = None
ca_file = /tmp/pki-resource?resource=ca-certificate
dont_validate_cert_chain = True
key_file = None
password = somepassword
cert_file = None

So when I am trying to connect I get the following error:

(60, "Peer's certificate issuer has been marked as not trusted by the user.")

While researching I also found a pretty similar issue here 
https://lists.ovirt.org/archives/list/users@ovirt.org/thread/IYG6AQPII25366IZQ7E3VD622CKP2OSC/
 but unfortunally there is no solution posted.

Does anyone have a hint for me what could cause this problem or where to look 
else ?

Thanks a lot !

Bye, Dirk


_______________________________________________
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/F3PR4RBMUQTFPRAS2QRBA3M5N2FXS6E3/

Reply via email to