Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Cannot search for images in UEC Store tab

  1. #1
    Join Date
    Sep 2011
    Beans
    2

    Cannot search for images in UEC Store tab

    Hi

    I have been trying to install UEC (both 10.04 and now 11.04) for a couple of days but when following the installation guide and want to search for an image in the Store in the Web UI I get the error:

    'Error 60: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none'

    Anyone got a hint on how to resolve this?

  2. #2
    Join Date
    Sep 2011
    Beans
    2

    Re: Cannot search for images in UEC Store tab

    I have checked what is called by the server when clicking och the Search button on the 'Store' tab by using tcpdump and it seems that it tries to connect to https://barbadine.canonical.com/.

    This works great when trying with a mozilla browser on my desktop but when trying with wget on the server I get.
    Verify return code: 21 (unable to verify the first certificate)

    No-one else with the same problem?

  3. #3
    Join Date
    Sep 2011
    Beans
    1

    Re: Cannot search for images in UEC Store tab

    I am having the same issue. I don't even know where to start! but here is a extra bump.

    i get this

    Error 60: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

  4. #4
    Join Date
    Feb 2010
    Location
    Pittsburgh, PA, USA
    Beans
    219
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Cannot search for images in UEC Store tab

    Same here. I've only tried 11.04. Installing updates didn't help.
    When people ask me what my most valuable trait is, I tell them that it is the ability to do a Google search.
    CMU ECE Class of 2015

  5. #5
    Join Date
    Sep 2011
    Beans
    2

    Re: Cannot search for images in UEC Store tab

    Try updating godaddy certificates:

    Code:
    sudo wget -P /usr/local/share/ca-certificates/ --no-check-certificate https://certs.godaddy.com/repository/gd-class2-root.crt https://certs.godaddy.com/repository/gd_intermediate.crt https://certs.godaddy.com/repository/gd_cross_intermediate.crt
    sudo  update-ca-certificates

  6. #6
    Join Date
    Sep 2011
    Beans
    2

    Re: Cannot search for images in UEC Store tab

    Quick and insecure fix
    WARNING: the change disables certificate validation. Use at your own risk!!

    Until PycURL is fixed you can edit file /usr/lib/python2.7/dist-packages/imagestore/lib/fetch.py
    on fetch method after the line 142
    add

    Code:
    curl.setopt(pycurl.SSL_VERIFYPEER, 0)
    curl.setopt(pycurl.SSL_VERIFYHOST, 0)
    Restart the image-store-proxy

  7. #7
    Join Date
    Feb 2010
    Location
    Pittsburgh, PA, USA
    Beans
    219
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Cannot search for images in UEC Store tab

    That second fix allowed me to see the available images, but then when I try to install one I get: "Proxy failed to retrieve Eucalyptus credentials".

    Any ideas?
    When people ask me what my most valuable trait is, I tell them that it is the ability to do a Google search.
    CMU ECE Class of 2015

  8. #8
    Join Date
    Feb 2010
    Location
    Pittsburgh, PA, USA
    Beans
    219
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Cannot search for images in UEC Store tab

    I got it to download. I had to register the localhost as the walrus server. Could that have been the problem all along?
    When people ask me what my most valuable trait is, I tell them that it is the ability to do a Google search.
    CMU ECE Class of 2015

  9. #9
    Join Date
    Sep 2011
    Beans
    1

    Re: Cannot search for images in UEC Store tab

    @johngreth

    I've been following this thread for some time because i've been having the same trouble. could you please elaborate on setting localhost on walrus as a solution? thanks.

  10. #10
    Join Date
    Feb 2010
    Location
    Pittsburgh, PA, USA
    Beans
    219
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Cannot search for images in UEC Store tab

    Under the configuration tab in the web interface there is a Walrus box. In that box you can set the address to "localhost" or 127.0.0.1. I've given up working on it for a while so I don't have it running. Otherwise I would be more specific.
    When people ask me what my most valuable trait is, I tell them that it is the ability to do a Google search.
    CMU ECE Class of 2015

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •