You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Dale Erwin <da...@gmail.com> on 2006/05/13 16:27:59 UTC

Certificate Authority not recognized

I am brand new to Subversion.  I'm using it (or rather trying to use it) on
eCS (successor of OS/2) which is a port of the Linux version 1.3.1, and I
can't seem to get around this problem.

I am getting the following message:

<quote>
[D:\subversion]svn checkout https://opensvn.csie.org/dalebrutus
Error validating server certificate for 'https://opensvn.csie.org:443':
  - The certificate is not issued by a trusted authority. Use the
    fingerprint to validate the certificate manually!
Certificate information:
  - Hostname: *.csie.org
  - Valid: from Sep  7 17:38:37 2005 GMT until Sep  6 17:38:37 2010 GMT
  - Issuer: CSIE.org, CSIE.org, Taipei, Taiwan, TW
  - Fingerprint: d9:02:df:9b:03:03:01:08:3e:36:5b:d0:51:d3:db:0f:70:36:cf:05
(R)eject, accept (t)emporarily or accept (p)ermanently?
Killed by SIGSEGV
pid=0x1689 ppid=0x167c tid=0x0001 slot=0x00a0 pri=0x0200 mc=0x0001
D:\SUBVERSION\BIN\SVN.EXE
cs:eip=005b:00000000      ss:esp=0053:002df39c      ebp=002df408
  ds=0053      es=0053      fs=150b      gs=0000     efl=00012216
eax=00000001 ebx=00000000 ecx=00000000 edx=002df45e edi=002df3c0 esi=00000000
Process dumping was disabled, use DUMPPROC / PROCDUMP to enable it.
</quote>

According to the book, I should be able to accept the certificate by
answering p to that question.  However, the "Killed by SIGSEGV" is already
part of the message when it appears.

I have no idea what SIGSEGV is and cannot find any way to get Subversion to
accept this certificate.  Any ideas?
-- 
Dale Erwin


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Certificate Authority not recognized

Posted by Nico Kadel-Garcia <nk...@comcast.net>.
Dale Erwin wrote:
> I am brand new to Subversion.  I'm using it (or rather trying to use
> it) on eCS (successor of OS/2) which is a port of the Linux version
> 1.3.1, and I can't seem to get around this problem.
>
> I am getting the following message:
>
> <quote>
> [D:\subversion]svn checkout https://opensvn.csie.org/dalebrutus
> Error validating server certificate for
>  'https://opensvn.csie.org:443': - The certificate is not issued by a
>    trusted authority. Use the fingerprint to validate the certificate
> manually! Certificate information:
>  - Hostname: *.csie.org
>  - Valid: from Sep  7 17:38:37 2005 GMT until Sep  6 17:38:37 2010 GMT
>  - Issuer: CSIE.org, CSIE.org, Taipei, Taiwan, TW
>  - Fingerprint:
> d9:02:df:9b:03:03:01:08:3e:36:5b:d0:51:d3:db:0f:70:36:cf:05 (R)eject,
> accept (t)emporarily or accept (p)ermanently? Killed by SIGSEGV
> pid=0x1689 ppid=0x167c tid=0x0001 slot=0x00a0 pri=0x0200 mc=0x0001
> D:\SUBVERSION\BIN\SVN.EXE
> cs:eip=005b:00000000      ss:esp=0053:002df39c      ebp=002df408
>  ds=0053      es=0053      fs=150b      gs=0000     efl=00012216
> eax=00000001 ebx=00000000 ecx=00000000 edx=002df45e edi=002df3c0
> esi=00000000 Process dumping was disabled, use DUMPPROC / PROCDUMP to
> enable it. </quote>
>
> According to the book, I should be able to accept the certificate by
> answering p to that question.  However, the "Killed by SIGSEGV" is
> already part of the message when it appears.

First, scale back the complexity. Does svn work on the machine itself, with 
local file-based operations? If so, then test it with HTTP only, leaving 
HTTPS out of the mix, with a throwaway account and password. If not, does 
simply browsing the repository with a web browser work, particularly examing 
the files you generated in the local file-based operations test?

Only after those all work should you be worrying about using HTTPS, not 
because HTTPS isn't prefereable, but because integrating 
HTTP+SSL+Webdav+Subversion on top of a relatively obscure and unsupported OS 
as OS/2 is begging for pain.

> I have no idea what SIGSEGV is and cannot find any way to get
> Subversion to accept this certificate.  Any ideas?

SIGSEGV is a serious error, a segmentation fault: it's hard to tell what's 
causing it, but I'm guessing it's your subversion slient. 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org