You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Gary Blomquist <gb...@net2phone.com> on 2006/01/13 19:46:33 UTC

Error building from source - error validating cert

Hi,
 
I attempted to checkout and build Tomcat based on the online
documentation and received the following error:
 
C:\Tools\Tomcat-dev>ant
Buildfile: build.xml
 
check.source:
 
get.source:
 
checkout:
     [echo] If the checkout fails, - todo -
     [exec] Error validating server certificate for
'https://svn.apache.org:443':
     [exec]  - The certificate is not issued by a trusted authority. Use
the
     [exec]    fingerprint to validate the certificate manually!
     [exec] Certificate information:
     [exec]  - Hostname: svn.apache.org
     [exec]  - Valid: from Jan 26 14:18:55 2005 GMT until Jan 26
14:18:55 2007 GMT
     [exec]  - Issuer: http://www.starfieldtech.com/repository,
Starfield Technologies, Inc., Scotts
dale, Arizona, US
     [exec]  - Fingerprint:
19:51:6b:9b:03:78:2b:4b:0f:02:77:ed:2a:85:ef:93:ed:b6:ff:95
     [exec] (R)eject, accept (t)emporarily or accept (p)ermanently? svn:
PROPFIND request failed on
'/repos/asf/tomcat/build/tc5.5.x'
 
     [exec] svn: PROPFIND of '/repos/asf/tomcat/build/tc5.5.x': Server
certificate verification fail
ed: issuer is not trusted (https://svn.apache.org
<https://svn.apache.org/> )
     [exec] Fetching external item into 'C:\Tools\Tomcat-dev\build'
     [exec] Result: 1
 
build:
 
BUILD FAILED
C:\Tools\Tomcat-dev\build.xml:48: Basedir C:\Tools\Tomcat-dev\build does
not exist
 
Any help would be greatly appreciated.
 
Thanks,
 
Gary Blomquist

Re: Error building from source - error validating cert

Posted by Martin van den Bemt <ml...@mvdb.net>.
Hi Gary,

Try checking out the source by hand like it is stated on http://tomcat.apache.org/svn.html, though 
replace http with https and accept the certificate permanently.

After that try rebuilding again.

NOTE : I am not a tomcat developer, so don't know the specifics of the build.

Mvgr,
Martin


Gary Blomquist wrote:
> Hi,
>  
> I attempted to checkout and build Tomcat based on the online
> documentation and received the following error:
>  
> C:\Tools\Tomcat-dev>ant
> Buildfile: build.xml
>  
> check.source:
>  
> get.source:
>  
> checkout:
>      [echo] If the checkout fails, - todo -
>      [exec] Error validating server certificate for
> 'https://svn.apache.org:443':
>      [exec]  - The certificate is not issued by a trusted authority. Use
> the
>      [exec]    fingerprint to validate the certificate manually!
>      [exec] Certificate information:
>      [exec]  - Hostname: svn.apache.org
>      [exec]  - Valid: from Jan 26 14:18:55 2005 GMT until Jan 26
> 14:18:55 2007 GMT
>      [exec]  - Issuer: http://www.starfieldtech.com/repository,
> Starfield Technologies, Inc., Scotts
> dale, Arizona, US
>      [exec]  - Fingerprint:
> 19:51:6b:9b:03:78:2b:4b:0f:02:77:ed:2a:85:ef:93:ed:b6:ff:95
>      [exec] (R)eject, accept (t)emporarily or accept (p)ermanently? svn:
> PROPFIND request failed on
> '/repos/asf/tomcat/build/tc5.5.x'
>  
>      [exec] svn: PROPFIND of '/repos/asf/tomcat/build/tc5.5.x': Server
> certificate verification fail
> ed: issuer is not trusted (https://svn.apache.org
> <https://svn.apache.org/> )
>      [exec] Fetching external item into 'C:\Tools\Tomcat-dev\build'
>      [exec] Result: 1
>  
> build:
>  
> BUILD FAILED
> C:\Tools\Tomcat-dev\build.xml:48: Basedir C:\Tools\Tomcat-dev\build does
> not exist
>  
> Any help would be greatly appreciated.
>  
> Thanks,
>  
> Gary Blomquist
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: Error building from source - error validating cert

Posted by Mark Thomas <ma...@apache.org>.
Gary Blomquist wrote:
> Hi,
>  
> I attempted to checkout and build Tomcat based on the online
> documentation and received the following error:
>  
> C:\Tools\Tomcat-dev>ant
> Buildfile: build.xml
>  
> check.source:
>  
> get.source:
>  
> checkout:
>      [echo] If the checkout fails, - todo -
>      [exec] Error validating server certificate for
> 'https://svn.apache.org:443':

It looks like you have modified the build script to use https rather
than http. As only commits require https, the simplest solution is to
change it back to http.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org