I installed UEC with the help of this manual. And and I had not any problems until I tried to enter the section Store in Web-interface. At this point, get error messages:
Error 60: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
What could be the problem?
There is a thread on Ubuntuforums talking about this problem.
So far there is no real "good" solution.
You can :
imagestore/lib/fetch.py
source file in order to disable verification of remote image store server (see message #6 on the ubuntuforums thread)python-pycurl
usinglibopenssl
rather thanlibgnutls
(see that bug report on debian)