I was recording a screencast to show how to create the iOS VM but there was an issue.

I did a

git clone git://gitorious.org/~estebanlm/cogvm/cog-osx.git


Then, inside cog-osx/image, I did a ./newImage.sh

and got

PhilMac:image philippeback$ ./newImage.sh
LOADING PREBUILT IMAGE�
� � https://ci.lille.inria.fr/pharo/job/Cog%20Git%20Tracker/lastSuccessfulBuild/artifact/vmmaker-image.zip
--2012-07-07 21:41:12-- �https://ci.lille.inria.fr/pharo/job/Cog%20Git%20Tracker/lastSuccessfulBuild/artifact/vmmaker-image.zip
R�solution de ci.lille.inria.fr (ci.lille.inria.fr)... 193.49.213.180
Connexion vers ci.lille.inria.fr (ci.lille.inria.fr)|193.49.213.180|:443...connect�.
ERREUR : le certificat de �ci.lille.inria.fr� n'est pas digne de confiance.
ERREUR : le certificat �ci.lille.inria.fr� n'est pas d'un �metteur connu.
FETCHING FRESH IMAGE�
� �https://ci.lille.inria.fr/pharo/job/Pharo%201.4/lastSuccessfulBuild/artifact/Pharo-1.4.zip
--2012-07-07 21:41:12-- �https://ci.lille.inria.fr/pharo/job/Pharo%201.4/lastSuccessfulBuild/artifact/Pharo-1.4.zip
R�solution de ci.lille.inria.fr (ci.lille.inria.fr)... 193.49.213.180
Connexion vers ci.lille.inria.fr (ci.lille.inria.fr)|193.49.213.180|:443...connect�.
ERREUR : le certificat de �ci.lille.inria.fr� n'est pas digne de confiance.
ERREUR : le certificat �ci.lille.inria.fr� n'est pas d'un �metteur connu.
UNZIPPING�
� � /Users/philippeback/Documents/Smalltalk/2-MyWorkspaces/workspaceVMiOS/cog-osx/image/image.zip
Archive: �image.zip
� End-of-central-directory signature not found. �Either this file is not
� a zipfile, or it constitutes one disk of a multi-part archive. �In the
� latter case the central directory and zipfile comment will be found on
� the last disk(s) of this archive.
unzip: �cannot find zipfile directory in one of image.zip or
� � � � image.zip.zip, and cannot find image.zip.ZIP, period.
PhilMac:image philippeback$�

There is something wrong with the certificate over there.

Could this be fixed?

TIA
--�
Philippe Back