[MacPorts] #42727: Server certificate verification failed: issuer is not trusted (https://svn.macports.org

Jeremy Lavergne jeremy at lavergne.gotdns.org
Mon Mar 10 17:56:50 PDT 2014


I believe Clemens was attempting to trigger a connection to cause an interactive request to accept the certificate.

You might try his command again, but switch “info” for “update”. You will need to be cd'd inside a repository, but otherwise it should walk svn through a connection which prompts certificate acceptance.



If that still doesn’t work, I’m fairly confident what you’ve sent is the standard directory structure for .subversion/auth/.

The svn.simple file should serialized key/value store for authentication only. If the buildbots don’t use a specific svn account (e.g. read-only/guest access) then it likely doesn’t contain what we’re after.

The .subversion/server file does have a few CA-related sections, but I’m unsure if that’s how we want to set things.
###   ssl-authority-files        List of files, each of a trusted CA
###   ssl-trust-default-ca       Trust the system 'default' CAs
###   ssl-client-cert-file       PKCS#12 format client certificate file
###   ssl-client-cert-password   Client Key password, if needed.
###   ssl-pkcs11-provider        Name of PKCS#11 provider to use.

Clemens has likely turned in for the night, but we will likely hear more tomorrow if the simple switch from “info” to “update” doesn’t do the trick.


On Mar 10, 2014, at 20:34, Shreeraj Karulkar <skarulkar at apple.com> wrote:

> eneight-slave:~ root# ls -ld  /buildbot/ports-slave/.subversion/auth/
> drwx------  6 buildbot  staff  204 Mar  7  2012 /buildbot/ports-slave/.subversion/auth/
> teneight-slave:~ root# cd !$
> cd /buildbot/ports-slave/.subversion/auth/
> teneight-slave:auth root# ls
> svn.simple			svn.ssl.server
> svn.ssl.client-passphrase	svn.username
> teneight-slave:auth root# ls -l
> total 0
> drwxr-xr-x  2 buildbot  staff   68 Mar  7  2012 svn.simple
> drwxr-xr-x  2 buildbot  staff   68 Mar  7  2012 svn.ssl.client-passphrase
> drwxr-xr-x  4 buildbot  staff  136 Apr  4  2012 svn.ssl.server
> drwxr-xr-x  2 buildbot  staff   68 Mar  7  2012 svn.username



More information about the macports-dev mailing list