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 -d doesn't provide any additional output.
> The CA cert file have i grabbed using the method mentioned at [1] using wget
> -O ${CA_FILE}
> http://${OVIRT}/ovirt-engine/services/pki-resource?resource=ca-certificate=X509-PEM-CA

Try to use /etc/pki/ovirt-engine/ca.pem from engine host. Does it work?

j.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


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 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 -d doesn't provide any additional output.
> The CA cert file have i grabbed using the method mentioned at [1] using
> wget -O ${CA_FILE} http://
> ${OVIRT}/ovirt-engine/services/pki-resource?resource=ca-certificate=X509-PEM-CA
>
>
> Any idea how i can get access? Thanks!
>
>
>
> [1] http://www.ovirt.org/How_to_Connect_to_SPICE_Console_Without_Portal
>
> --
> Susinthiran Sithamparanathan
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


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,
>> 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 -d doesn't provide any additional output.
>> The CA cert file have i grabbed using the method mentioned at [1] using
>> wget -O ${CA_FILE} http://
>> ${OVIRT}/ovirt-engine/services/pki-resource?resource=ca-certificate=X509-PEM-CA
>>
>>
>> Any idea how i can get access? Thanks!
>>
>>
>>
>> [1] http://www.ovirt.org/How_to_Connect_to_SPICE_Console_Without_Portal
>>
>> --
>> Susinthiran Sithamparanathan
>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users