Server certificate verification failed:issuer is not trusted

neuropulse

23-07-2009 03:30:33

How do I fix this?

PythonOgre.BuildModule: INFO Retrieving co https://pygccxml.svn.sourceforge.net/sv ... gccxml_dev pygccxml
PythonOgre.BuildModule: WARNING Task Failed

07-22 21:38 PythonOgre.BuildModule DEBUG svn: PROPFIND request failed on '/svnroot/pygccxml/pygccxml_dev'
svn: PROPFIND of '/svnroot/pygccxml/pygccxml_dev': Server certificate verification failed: issuer is not trusted (https://pygccxml.svn.sourceforge.net)

andy

23-07-2009 11:58:03

Would seem that your version of svn isn't forcing a authentication certificate so you'll have to grab a few things by hand...

Simply run the svn co command from a command prompt (in the ./development directory - ie about the python-ogre directory)..
svn co https://pygccxml.svn.sourceforge.net/svnroot/pygccxml/pygccxml_dev pygccxml

you'll probably have to do the same for pyplusplus as well

Andy