Re: [ovirt-users] ovirt-shell login problems

2015-10-30 Thread Jiri Belka
> i'm trying to connect to the engine using ovirt-shell, but i get [SSL: > UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:590). > Here is the command i use: > ovirt-shell -c --url " https://192.168.0.101:80/ovirt-engine/api " --user > "admin@internal" -A ovirt_ca.pem > > And the debugging mode with

Re: [ovirt-users] ovirt-shell login problems

2015-10-30 Thread Raz Tamir
You ae trying to login to https with protocol 80 which is http. Just try http://... Hope that helps On Oct 28, 2015 18:38, "Susinthiran Sithamparanathan" wrote: > Hi, > i'm trying to connect to the engine using ovirt-shell, but i get [SSL: > UNKNOWN_PROTOCOL] unknown

Re: [ovirt-users] ovirt-shell login problems

2015-10-30 Thread Raz Tamir
Sorry, port 80 used by http On Oct 30, 2015 19:57, "Raz Tamir" wrote: > You ae trying to login to https with protocol 80 which is http. > Just try http://... > Hope that helps > On Oct 28, 2015 18:38, "Susinthiran Sithamparanathan" > wrote: > >> Hi, >>