
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&format=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

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&format=X509-PEM-CA
Try to use /etc/pki/ovirt-engine/ca.pem from engine host. Does it work? j.

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" <chesusin@gmail.com> 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&format=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

Sorry, port 80 used by http On Oct 30, 2015 19:57, "Raz Tamir" <ratamir@redhat.com> 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" <chesusin@gmail.com> 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&format=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
participants (3)
-
Jiri Belka
-
Raz Tamir
-
Susinthiran Sithamparanathan